﻿body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, button, textarea, p, blockquote, th, td { margin: 0; padding: 0; }

ul, ol, li { list-style: none; }

i, em { font-style: normal; }

body { color: #333; font-family: 'Microsoft YaHei',Arial,sans-serif; font-size: 12px; font-weight: normal; line-height: 24px; background-color: #f6f6f6; }

h1, h2, h3, h4, h5, h6 { clear: both; font-family: Microsoft YaHei; font-size: 16px; }

a { color: #333; font-size: 12px; text-decoration: none; }

a:hover { color: #F60; text-decoration: none; }

a img { border: medium none; }

img { max-width: 100%; display: block; }

.clearfix { zoom: 1; }

.clearfix:after { content: ""; display: block; height: 0; clear: both; visibility: hidden; }
input, button, textarea, select { outline: medium; }
input::-webkit-input-placeholder, textarea::-webkit-input-placeholder { color: #999; font-size: 12px; }

input:-moz-placeholder, textarea:-moz-placeholder { color: #999; font-size: 12px; }

input::-moz-placeholder, textarea::-moz-placeholder { color: #999; font-size: 12px; }

input:-ms-input-placeholder, textarea:-ms-input-placeholder { color: #999; font-size: 12px; }

/* 定义滚动条样式 */
::-webkit-scrollbar { width: 6px; height: 6px; background-color: rgba(240, 240, 240, 1); }

/*定义滚动条轨道 内阴影+圆角*/
::-webkit-scrollbar-track { box-shadow: inset 0 0 0px rgba(240, 240, 240, .5); border-radius: 10px; background-color: rgba(240, 240, 240, .5); }

/*定义滑块 内阴影+圆角*/
::-webkit-scrollbar-thumb { border-radius: 10px; box-shadow: inset 0 0 0px rgba(240, 240, 240, .5); background-color: #7a8599; }


/********侧边栏********/
.right_slider { position: fixed; width: 80px; right: 10px; z-index: 29; border: 1px solid #e0e0e0; background: #fff; border-bottom: 0; bottom: 200px; }
.right_slider ul li { width: 78px; height: 78px; border-bottom: 1px solid #e0e0e0; color: #333; font-size: 14px; transition: all .3s; cursor: pointer; display: flex; flex-direction: column; align-items: center; justify-content: center; }

.right_slider ul li i{ transition: all .3s; display: flex; flex-direction: column; align-items: center; justify-content: space-around; font-size: 24px; }
.right_slider ul li .right_slider_div { width: 156px; position: absolute; left: -156px; border: 1px solid #e0e0e0; height: 157px; background-color: #FFF; margin-top: 77px; text-align: center;display:none; }

.right_slider ul li #tel_box { width: 238px; height: 79px; background-color: rgb(11, 175, 90); left: -238px; margin-top: 0px; }
.right_slider ul li .tel_box_one {display: flex;justify-content: center;align-items: center;height: 79px;width: 100%}
.right_slider ul li #tel_box #right_tel { display: inline-block; color: #fff; font-size: 48px; }
.right_slider ul li #tel_box .tel_box_two { display: flex; flex-direction: column; margin-left: 8px; text-align: left; justify-content: space-between; }
.right_slider ul li #tel_box .tel_box_two .tel_num { color: #fff; display: inline-block; font-weight: bold; font-size: 20px; }

.right_slider ul li:hover { background-color: #0baf5a; color: #fff; }
.right_slider ul li:hover i { color: #fff; }
.right_slider ul li:hover .right_slider_div { display: block }

.hide { display: none !important; }
.tishi { display: flex; position: relative; margin-top: 6px; font-size: 14px; color: #E64545; }
.tishi i { background: url(/content/images/icon_error.png) center no-repeat; background-size: 16px; width: 16px; display: block; height: 16px; margin-top: 4px; margin-right: 4px; }
.picker { position: relative; }

.picker input { cursor: pointer; }

.picker .icon_down { position: absolute; right: 14px; top: 14px; display: inline-block; width: 12px; height: 12px; background: url(/content/images/icon_down.png) no-repeat 50%; background-size: 100% 100%; margin-left: 6px; }

.picker .icon_up { position: absolute; right: 14px; top: 14px; display: inline-block; width: 12px; height: 12px; background: url(/content/images/icon_up.png) no-repeat 50%; background-size: 100% 100%; margin-left: 6px; }

.picker ul { display: none; position: absolute; left: 0; top: 50px; background-color: #fff; border-radius: 2px; border: 1px solid #eeeeee; height: 200px; overflow: auto; padding: 6px 0; min-width: 160px; z-index: 999; }

.picker ul li { display: flex; justify-content: space-between; align-items: center; font-size: 14px; padding: 8px 20px; white-space: nowrap; overflow: hidden; color: #666666; height: 30px; line-height: 30px; cursor: pointer; }

.picker ul li i { width: 6px; height: 6px; border-top: 2px solid #ddd; border-right: 2px solid #ddd; transform: rotate(45deg); }
.picker dl { display: none; position: absolute; left: 162px; top: 50px; background-color: #fff; border-radius: 2px; border: 1px solid #eeeeee; height: 200px; overflow: auto; padding: 6px 0; min-width: 160px; z-index: 999; }
.picker dl dd { font-size: 14px; padding: 8px 20px; white-space: nowrap; overflow: hidden; color: #666666; height: 30px; line-height: 30px; cursor: pointer; }

.updatepanel { position: relative; border: 1px solid #ccc; border-radius: 10px; text-align: center; width: 148px; height: 148px; }

.updatepanel .addbox { cursor: pointer; vertical-align: middle; height: 148px; line-height: 188px; }

.updatepanel .addbox .icon_add:after { content: ''; position: absolute; width: 2px; height: 30px; left: 50%; top: 50%; margin-left: -1px; margin-top: -15px; background-color: #aaabb2; }

.updatepanel .addbox .icon_add:before { content: ''; position: absolute; width: 30px; height: 2px; left: 50%; top: 50%; margin-left: -15px; margin-top: -1px; background-color: #aaabb2; }

.updatepanel .addbox .icon_add { position: relative; display: inline-block; width: 46px; height: 46px; border: 2px dashed #9a9ba3; border-radius: 50%; }


.updatepanel .panel_op:after { display: inline-block; content: ""; height: 100%; vertical-align: middle; }


.updatepanel .panel_op { position: absolute; width: 100%; height: 100%; left: 0; top: 0; border-radius: 10px; cursor: default; opacity: 0; background-color: rgba(0,0,0,.5); transition: opacity .3s; }

.updatepanel .panel_op:hover { opacity: 1; }

.updatepanel .panel_op .icon_delete { background: url(/content/images/icon_delete.png) center no-repeat; background-size: 20px; width: 21px; display: inline-block; height: 21px; cursor: pointer; }

.updatepanel .panel_item { width: 100%; height: 100%; display: flex; align-items: center; }
.updatepanel .panel_item .updateimg { max-height: 100%; max-width: 100%; margin: 0 auto; }

.submit_bg { position: fixed; top: 0; bottom: 0; left: 0; right: 0; background-color: rgba(0,0,0,0.6); z-index: 1000; display: flex; visibility: hidden; transition: padding-top 0.2s; }
.submit_info { background-color: #fff; width: 680px; height: max-content; border-radius: 5px; margin: auto; overflow: hidden; }
.submit_info div.title { background-color: #f5f7fa; display: flex; justify-content: space-between; align-items: center; line-height: 50px; padding: 0 20px; font-size: 14px; }
.submit_info .icon_close { display: inline-block; width: 10px; height: 10px; background: url(/content/images/icon_close.png) no-repeat 50%; cursor: pointer; }
.submit_info .tips { display: flex; align-items: center; height: 40px; padding-left: 20px; background-color: #e5f5ff; }
.submit_info .tips .icon_tips { margin-right: 8px; display: inline-block; width: 15px; height: 15px; background: url(/content/images/icon_tips.png) no-repeat 50%; background-size: cover; }

.submit_info .goods_info { border-bottom: 1px solid #edf0f2; display: flex; padding: 20px 60px 0; }
.submit_info .goods_info .left { width: 80px; height: 80px; display: flex; align-items: center; padding: 5px 10px 5px; position: relative; box-sizing: border-box; }
.submit_info .goods_info .left img { max-width: 100%; max-height: 100%; }
.submit_info .submit_body { padding: 20px; }
.submit_info .submit_body .item { display: flex; align-items: flex-start; margin-bottom: 20px; }

.submit_info .submit_body .item .title { width: 140px; line-height: 36px; display: flex; justify-content: flex-end; align-items: center; margin-right: 10px; }
.submit_info .submit_body .item .title i { color: #ff0000; margin-right: 4px; }
.submit_info .submit_body .item ul { display: flex; }
.submit_info .submit_body .item ul li { border: 1px solid #ced3d9; border-radius: 3px; font-size: 14px; padding: 6px 14px; margin-right: 10px; cursor: pointer; }
.submit_info .submit_body .item ul li.selected { border: 1px solid #f60; color: #f60; }
.submit_info .submit_body .item .item_con input { line-height: 34px; font-size: 14px; color: #333; border: 1px solid #ced3d9; padding: 0 10px; border-radius: 3px; }
.submit_info .submit_body .item .btn_primary { color: #fff; background-color: #f60; cursor: pointer; border: 1px solid #dcdfe6; text-align: center; padding: 8px 25px; font-size: 14px; border-radius: 4px; margin-right: 10px; }
.submit_info .submit_body .item .btn_minor { color: #333; background-color: #f5f7fa; cursor: pointer; border: 1px solid #dcdfe6; text-align: center; padding: 8px 25px; font-size: 14px; border-radius: 4px; }

.submit_info .submit_body .text-red { color: red; }

 
.im_info { position: fixed; top: 0; bottom: 0; left: 0; right: 0; z-index: 10000; background-color: #fff; width: 580px; height: max-content; border-radius: 5px; margin: auto; box-shadow: 3px 3px 8px #666666; visibility: hidden; }
.im_info div.title { background-color: #19caa6; display: flex; justify-content: space-between; align-items: center; line-height: 50px; padding: 0 20px; font-size: 14px; color: #fff; }
.im_info .icon_close { display: inline-block; width: 10px; height: 10px; background: url(/content/images/icon_close.png) no-repeat 50%; cursor: pointer; }
.im_info ul { padding: 15px 25px; background-color: #f5f7fa; overflow-y: auto; height: 420px; }
.im_info ul li { margin-bottom: 14px; position: relative; overflow: hidden; }
.im_info ul li .user_avatar { width: 30px; height: 30px; border-radius: 50%; float: left; position: absolute; left: 0; top: 22px; overflow: hidden; }
.im_info ul li .user_avatar img { width: 100%; height: 100%; }
.im_info ul li .service_name { float: left; display: block; position: relative; font-size: 12px; color: #8d8d8d; margin-left: 40px; }
.im_info ul li .outer_left { float: left; max-width: 60%; position: relative; clear: both; font-size: 14px; margin-left: 40px; margin-right: 10px; margin-top: 5px; background-color: #feffff; display: inline-block; padding: 10px 10px; word-break: break-all; color: #000; border-radius: 3px; box-sizing: border-box; border: 1px solid #e5e6e7; }
.im_info ul li .outer_right { float: right; max-width: 60%; position: relative; clear: both; font-size: 14px; margin-left: 40px; margin-right: 10px; margin-top: 5px; background-color: #19caa6; display: inline-block; padding: 10px 10px; word-break: break-all; color: #fff; border-radius: 3px; box-sizing: border-box; border: 1px solid #e5e6e7; }
.im_info .im_send { bottom: 0; border-top: 1px solid #edf0f2; background-color: #fff; }
.im_info .im_send textarea { border: 0; outline: 0; width: 500px; height: 100px; overflow-y: hidden; padding: 20px; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; -o-box-sizing: border-box; -ms-box-sizing: border-box; box-sizing: border-box; }
.im_info .im_send .im_send_btn { padding: 4px 15px; border-radius: 3px; font-size: 14px; cursor: pointer; position: absolute; bottom: 20px; right: 20px; border: 1px solid #ced3d9; }
/*--------------------------------------------------------*/
.header_top { width: 100%; background-color: #fafafa; border-bottom: 1px solid #eee; }

.header_top_show { width: 1200px; margin: 0 auto; }

.header_top_left { float: left; }

.header_top_left ul li { float: left; }

.header_top_left ul li, .header_top_left ul li a { line-height: 36px; margin-right: 6px; }

.header_top_left ul li.register a { color: #FFA200; }

.header_top_right { float: right; }

.header_top_right ul li { float: left; }

.header_top_right ul li, .header_top_right ul li a { line-height: 36px; margin-right: 6px; font-size: 12px; color: #999; }

.header_top_right ul li img { display: inline-block; }

.header { background-color: #fff; }

.header .header_show { width: 1200px; margin: 0 auto; display: flex; justify-content: space-between; align-items: center; height: 120px; line-height: 120px; }

.header .header_show .search { width: 600px; height: 70px; margin-top: 30px; }


.header .header_show .search input { width: 450px; height: 18px; line-height: 18px; padding: 9px; border: 2px solid #00c07b; float: left; outline: medium; color: #666; }

.header .header_show .search strong { width: 80px; font-size: 16px; font-weight: normal; height: 40px; line-height: 40px; text-align: center; background-color: #00c07b; color: #fff; cursor: pointer; float: left; }

.header .header_show .search .hot_key { width: 100%; display: block; }

.header .header_show .search .hot_key ul li { float: left; line-height: 28px; margin-right: 16px; }

.header .header_show .tel { font-size: 26px; color: #00b14e; line-height: 38px; }

.header .header_show .tel img { float: left; margin-right: 10px; }

.header .header_show .tel .phone { float: left; font-size: 30px; font-weight: 900; }

.menu { box-shadow: 0 3px 3px #aaa; background-color: #fff; position: relative; z-index: 999; }

.menu .menu_show { width: 1200px; height: 40px; line-height: 40px; margin: 0 auto; position: relative; }

.menu .menu_show .category { width: 200px; float: left; position: relative; }

.menu .menu_show .category:hover ul.hide { display: block !important; }

.menu .menu_show .category .menu_title { font-size: 14px; display: block; background-color: #00c07b; color: #fff; text-align: center; }

.menu .menu_show .category .menu_title img { display: inline-block; vertical-align: middle; margin-right: 10px; }

.menu .menu_show .category .list { background-color: #00b14e; padding-top: 10px; position: absolute; z-index: 3; left: 0; top: 40px; right: 0; height: 390px; overflow: hidden; }

.menu .menu_show .category:hover .list { display: block; }

.menu .menu_show .category .list li { height: 40px; line-height: 40px; }

.menu .menu_show .category .list li .row_title { position: relative; color: #fff; padding: 0 25px; }
.menu .menu_show .category .list li .row_title .icon_right { position: absolute; right: 14px; top: 14px; display: inline-block; width: 30px; height: 12px; background: url(/content/images/icon_right.png) no-repeat 50%; background-size: auto; }

.menu .menu_show .category .list li:hover { background-color: #00c07b; }
.menu .menu_show .category .list li:hover .sub { display: block; }

.menu .menu_show .category .list li .sub:before { content: attr(data-title); display: block; font-size: 24px; color: #00b14e; margin-bottom: 10px; }

.menu .menu_show .category .list li .sub { width: 920px; padding: 20px; white-space: normal; background-color: #fff; box-shadow: 2px 2px 6px #333333; position: absolute; z-index: 2; left: 100%; top: 0; bottom: 0; margin: auto; overflow: hidden; display: none; }

.menu .menu_show .category .list li .sub a:before { content: '\e63f'; color: #ddd; font-family: icon; margin-right: 10px; }

.menu .menu_show .category .list li .sub a { width: 33%; height: 28px; line-height: 28px; font-size: 14px; display: inline-block; }

.menu .menu_show .category .list li.more img { width: 18px; margin: 10px auto 0; }

.menu .menu_show .category .list li.more { height: 30px; line-height: 30px; width: 100%; bottom: 0; position: absolute; background-color: #00b14e; }

.menu .menu_show .category .list li.more_hide { height: 30px; line-height: 30px; width: 100%; bottom: 0; position: relative; background-color: #00b14e;text-align:center;}

.menu .menu_show .category .list li.more_hide img { width: 18px;display:inline}

.menu .menu_show .nav { float: left; margin-left: 20px; }

.menu .menu_show .nav a { font-size: 14px; width: 100px; color: #222; display: block; float: left; text-align: center; }

.menu .menu_show .nav a:hover { color: #00b14e; }

.location { max-width: 1200px; margin: 15px auto; }

.location .current { border: 1px dashed #ced3d9; padding: 1px 10px; display: inline-block; color: #F60; }
.location .current a.btn_close { display: inline-block; margin-left: 8px; width: 8px; height: 8px; background: url(/content/images/icon_close.png) no-repeat 50%; cursor: pointer; }

.index_banner { width: 1200px; margin: 0 auto; position: relative; }
.index_banner ul { width: 1000px; margin-left: 200px; height: 400px; overflow: hidden; }
.index_banner ul li { position: absolute; transition: opacity 1.6s; opacity: 0; }
.index_banner ul li img { margin: 0 auto; height: 400px; }

.index_banner .dots { transform: scale(1.5); position: absolute; bottom: 25px; right: 500px; }
.index_banner .dots span { width: 20px; height: 5px; background-color: #fff; float: left; margin-left: 5px; cursor: pointer; color: transparent; }
.index_banner .dots span.current { background-color: #00c07b; }

.index_brand { width: 1200px; margin: 20px auto; }

.index_brand .brand_title .big_title { float: left; font-size: 20px; line-height: 28px; color: #333; }

.index_brand .brand_title .small_title { float: left; font-size: 12px; line-height: 38px; color: #999; margin-left: 10px; }

.index_brand .brand_title .more { float: right; line-height: 40px; }

.index_brand .brand_title .more a { color: #666; }

/*.index_brand .brand_list ul { width: 1250px }

.index_brand .brand_list ul li { float: left; width: 140px; height: 50px; overflow: hidden; background-color: #fff; padding: 9px 0; border: 1px solid #eee; margin-right: 9px; margin-bottom: 10px; text-align: center; position: relative; }

.index_brand .brand_list ul li img { height: 50px; margin: 0 auto; }

.index_brand .brand_list ul li a.title { position: absolute; transition: top 0.5s; top: 70px; left: 0; right: 0; bottom: 0; background-color: #019944; font-size: 14px; color: #fff; opacity: 0.9; text-align: center; padding-top: 22px; }*/
/**/
/*.index_brand .brand_list ul li:hover a.title { top: 0; }*/

.index_brand .brand_list ul { display: flex; flex-wrap: wrap; }
.index_brand .brand_list ul .more { display: flex; }
.index_brand .brand_list ul .more .all_brand { margin:auto}
.index_brand .brand_list ul .more .all_brand i { font-size: 12px; position: relative; left: 10px; top: -1px; }
.index_brand .brand_list ul li { position: relative; width: 16.58%; margin-right: 1px; margin-bottom: 1px; background-color: #fff; }
.index_brand .brand_list ul li #first_a { display: flex; height: 100px; }
.index_brand .brand_list ul li img { width: 160px; margin:auto; max-width: 100%; max-height:100%;}
.index_brand .brand_list ul li a.title { position: absolute; left: 0; top: 0; z-index: -1; width: 100%; height: 100%; background-color: #019944; opacity: .8; color: #fff; text-align: center; opacity: 0; transition: .19s ease-in; display: flex; font-size: 16px; margin: auto; }
.index_brand .brand_list ul li:hover a.title { z-index: 1; opacity: .8; transition: .22s ease-out; }
.index_brand .brand_list ul li a.title span{font-size: 16px;margin:auto;}

.index_brand .pp { margin-top: 10px; }

.index_brand .pp img { margin-right: 2px; display: inherit; }

.index_xinpin { width: 1200px; margin: 20px auto; }

.index_xinpin .xinpin_title .big_title { float: left; font-size: 20px; line-height: 28px; color: #333; }

.index_xinpin .xinpin_title .small_title { float: left; font-size: 12px; line-height: 38px; color: #999; margin-left: 10px; }

.index_xinpin .xinpin_title .more { float: right; line-height: 40px; }
.index_xinpin .xinpin_title .more a { color: #666; }





.index_categorygoods { width: 1200px; margin: 20px auto; }
.index_categorygoods .floor_view { display: flex; margin-bottom: 10px; }
.index_categorygoods .floor_view #left { margin-right: 10px; }
.index_categorygoods .floor_view .module .title { display: flex; justify-content: space-between; padding: 20px 20px 0; }
.index_categorygoods .floor_view .module .title .title_left { display: flex; flex-wrap: nowrap; }
.index_categorygoods .floor_view .module .title .title_right { display: flex; flex-wrap: nowrap; line-height: 27px; }
.index_categorygoods .floor_view .module .title .title_left .desc{ font-size: 18px; font-weight: 700; }
.index_categorygoods .floor_view .module .title .title_right>a{ color: #999; font-size: 12px; margin-left: 15px; }
.index_categorygoods .floor_view .module .title .title_right i { font-size:12px;}
.index_categorygoods .floor_view .goods_img { width: 180px; height: 180px; display: flex; align-items: center; position: relative; box-sizing: border-box; }
.index_categorygoods .floor_view .goods_img img { margin: 0 auto; max-width: 90%; max-height: 90%; transition: transform 0.6s; }

.index_categorygoods .floor_view .list_info .list:hover img { transform: scale(1.1); }

.index_categorygoods .floor_view .module { width: calc(50%);  background-color: #fff; overflow: hidden; }
.index_categorygoods .floor_view .list_info {  display: flex; padding: 20px; }

.index_categorygoods .floor_view .list_info .list .goods_title { display: block; font-size: 12px; line-height: 24px; height: 50px; padding: 0 10px; overflow: hidden; }

.index_categorygoods .floor_view .list_info .list .price{ color: #666; display: block; padding: 0 10px; overflow: hidden; }
.index_categorygoods .floor_view .list_info .list .price em { color: #f60; }



.index_box { width: 1200px; margin: 20px auto; position: relative; }

.index_box .category { width: 240px; background-color: #ffffff; float: left; }

.index_box .category i { width: 0; height: 0; border-width: 25px; border-style: solid; border-color: #ffa30e transparent transparent transparent; transform: rotate(135deg); position: absolute; left: -21px; z-index: 10; top: -22px; }

.index_box .category .title { background: linear-gradient(135deg,transparent 30px,#52b394 0); padding: 24px 0; }

.index_box .category .title img { float: left; margin-left: 65px; margin-right: 10px; }

.index_box .category .title span { width: 240px; height: 75px; text-align: center; font-size: 20px; color: #fff; }

.index_box .category .list { padding: 10px 20px 0; border-left: 1px solid #eee; border-right: 1px solid #eee; }

.index_box .category .list a { width: 50%; text-align: left; color: #555; font-size: 12px; float: left; line-height: 40px; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; }

.index_box .category .brand { border-left: 1px solid #eee; border-right: 1px solid #eee; padding-bottom: 20px; border-bottom: 1px solid #eee; }

.index_box .category .brand ul li { width: 90px; height: 30px; float: left; margin-left: 19px; margin-top: 9px; padding: 6px 0; border: 1px solid #ddd; }

.index_box .category .brand ul li img { height: 30px; margin: 0 auto; }

.index_box .pros { width: 935px; float: left; margin-left: 25px; }

.index_box .pros ul { width: 980px; position: relative; }

.index_box .pros ul li { width: 175px; height: 260px; float: left; margin: 0 15px 10px 0; background-color: #fff; }

.index_box .pros ul li .pros_list { transition: box-shadow 0.4s,margin-top 0.4s; border: 1px solid #eee; height: 100%; }

.index_box .pros ul li:hover .pros_list { box-shadow: 2px 3px 10px #333; margin-top: -5px; }

.index_box .pros ul li img { height: 160px; margin: 10px auto; }

.index_box .pros ul li .title { display: block; font-size: 12px; line-height: 22px; height: 44px; padding: 0 10px; overflow: hidden; }

.index_box .pros ul li .price { color: #666; display: block; padding: 0 10px; overflow: hidden; }

.index_box .pros ul li .price em { color: #f60; }


.index_xinpin .xinpin_list ul { width: 1220px; }

.index_xinpin .xinpin_list ul li { width: 230px; float: left; background-color: #fff; border: 1px solid #eee; margin-right: 10px; padding-bottom: 20px; overflow: hidden; }

.index_xinpin .xinpin_list ul li .goods_img { width: 230px; height: 210px; display: flex; align-items: center; padding: 20px 40px 10px; position: relative; box-sizing: border-box; }


.index_xinpin .xinpin_list ul li img { margin: 0 auto; max-width: 100%; max-height: 100%; transition: transform 0.6s; }

.index_xinpin .xinpin_list ul li:hover img { transform: scale(1.1); }

.index_xinpin .xinpin_list ul li .title { display: block; font-size: 12px; line-height: 24px; height: 50px; padding: 0 10px; overflow: hidden; }

.index_xinpin .xinpin_list ul li .price { color: #666; display: block; padding: 0 10px; overflow: hidden; }

.index_xinpin .xinpin_list ul li .price em { color: #f60; }


.footer { background-color: #edf0f2; }

.footer_icon { padding: 20px 0; border-bottom: 1px solid #ddd; }

.footer_icon .footer_icon_show { width: 1200px; margin: 0 auto; }

.footer_icon .footer_icon_show ul { width: 1300px; margin-left: 70px; }

.footer_icon .footer_icon_show ul li { width: 300px; float: left; }

.footer_icon .footer_icon_show ul li i.icon_zheng { background: url(/content/images/icon_zheng.png) center no-repeat; width: 32px; display: block; float: left; height: 32px; margin-top: 12px; }

.footer_icon .footer_icon_show ul li i.icon_zhuanye { background: url(/content/images/icon_zhuanye.png) center no-repeat; width: 32px; display: block; float: left; height: 32px; margin-top: 12px; }

.footer_icon .footer_icon_show ul li i.icon_chengxin { background: url(/content/images/icon_chengxin.png) center no-repeat; width: 32px; display: block; float: left; height: 32px; margin-top: 12px; }

.footer_icon .footer_icon_show ul li i.icon_bao { background: url(/content/images/icon_bao.png) center no-repeat; width: 32px; display: block; float: left; height: 32px; margin-top: 12px; }

.footer_icon .footer_icon_show ul li .icon_con { float: left; margin-left: 15px; }

.footer_icon .footer_icon_show ul li .icon_con span { font-size: 16px; line-height: 28px; font-weight: bold; color: #333; }

.footer_icon .footer_icon_show ul li .icon_con p { line-height: 20px; }

.footer_con { width: 1200px; margin: 20px auto; }

.footer_con .footer_con_left { float: left; }

.footer_con .footer_con_left .map_link ul li { float: left; margin-right: 12px; }

.footer_con .footer_con_left .zizhi_link { margin-top: 20px; }

.footer_con .footer_con_left .zizhi_link .title { color: #999; margin-bottom: 5px; }

.footer_con .footer_con_left .zizhi_link ul { float: left; margin-right: 120px; }

.footer_con .footer_con_left .zizhi_link ul li a { line-height: 28px; }

.footer_con .footer_con_left .friend_link { margin-top: 20px; }

.footer_con .footer_con_left .friend_link .title { color: #999; margin-bottom: 5px; }

.footer_con .footer_con_left .friend_link ul li { float: left; margin-right: 15px; }

.footer_con .footer_con_left .friend_link ul li a { line-height: 28px; }

.footer_con .footer_con_right { float: right; }

.footer_con .footer_con_right .title { color: #999; margin-bottom: 5px; }

.footer_con .footer_con_right ul li { float: left; padding-right: 20px; }

.footer_con .footer_con_right ul li img { width: 100px; height: 100px; }

.footer_con .footer_con_right ul li p { color: #999; text-align: center; }

.footer_bottom { border-top: 1px solid #ddd; }

.footer_bottom .footer_bottom_show { width: 1200px; margin: 0 auto; padding: 20px 0; text-align: center; }

.footer_bottom .footer_bottom_show span { margin-right: 12px; }


.register .nav { display: flex; justify-content: center; padding: 40px 0; }

.register .nav .step { display: flex; font-size: 16px; line-height: 32px; }

.register .nav .step .number { width: 30px; height: 30px; margin-right: 10px; text-align: center; line-height: 30px; color: #fff; border-radius: 50%; background-color: #d0d0d0; }

.register .nav .step .txt { color: #666666; }

.register .nav .step .line { height: 2px; width: 100px; margin: 13px 20px 0; background-color: #d0d0d0; }

.register .nav .active .number { background-color: #00b14e; }

.register .nav .active .txt { color: #00b14e; }


.register .register_show { padding: 100px 0; background-color: #fff; margin: 0 auto 120px; width: 1200px; border: 1px solid #eee; }


.register .register_show .tab { display: flex; flex-wrap: wrap; justify-content: center; }

.register .register_show .tab .vender_mode { display: inline-block; position: relative; vertical-align: top; width: 200px; height: 160px; border: 1px solid #eee; text-align: center; cursor: pointer; font-size: 14px; background: #f5f5f5; }
.register .register_show .tab .vender_mode i { background: url(/content/images/icon_vender.png) no-repeat; width: 40px; display: inline-block; height: 40px; margin-top: 40px; }
.register .register_show .tab .vender_mode.active i { background: url(/content/images/icon_vender_white.png) no-repeat; }
.register .register_show .tab .buyer_mode { display: inline-block; position: relative; vertical-align: top; width: 200px; height: 160px; margin-left: 100px; border: 1px solid #eee; text-align: center; cursor: pointer; font-size: 14px; background: #f5f5f5; }
.register .register_show .tab .buyer_mode i { background: url(/content/images/icon_buyer.png) no-repeat; width: 40px; display: inline-block; height: 40px; margin-top: 40px; }
.register .register_show .tab .buyer_mode.active i { background: url(/content/images/icon_buyer_white.png) no-repeat; }
.register .register_show .tab .vender_mode.active, .register .register_show .tab .buyer_mode.active { background-color: #00c07b; box-shadow: 1px 3px 5px #bbb; }
.register .register_show .tab .vender_mode.active span, .register .register_show .tab .buyer_mode.active span { color: #ffffff; }
.register .register_show .tab .vender_mode span, .register .register_show .tab .buyer_mode span { font-size: 18px; color: #019944; display: block; margin-top: 5px; }

.register .register_show .tab .agreement { font-size: 12px; color: #333; text-align: center; width: 100%; margin: 60px auto; }
.register .register_show .tab .agreement a { color: #00b14e; }

.register .register_show .tab button.next_tab, .tab button.sub_next_tab, .register .register_show .tab button[type=submit] { width: 380px; height: 48px; font-size: 16px; color: #fff; background-color: #00c07b; border: none; border-radius: 3px; cursor: pointer; }
.register .register_show .tab ul li { display: flex; margin-bottom: 20px; }

.register .register_show .tab ul li .title { width: 85px; padding-right: 10px; text-align: right; line-height: 45px; }

.register .register_show .tab ul li .title .must { color: #f30; margin-right: 2px; }

.register .register_show .tab ul li .con { position: relative; width: 380px; display: flex; flex-direction: column; justify-content: center; }

.register .register_show .tab ul li .con input { text-indent: 10px; width: 100%; height: 46px; font-size: 14px; border: 1px solid #CED3D9; border-radius: 3px; }

.register .register_show .tab ul li .con .get_verify { position: absolute; top: 1px; right: 1px; }

.register .register_show .tab ul li .con .get_verify { border: none; width: 100px; height: 46px; background-color: #F5F7FA; border-left: 1px solid #CED3D9; text-align: center; line-height: 45px; border-radius: 0 3px 3px 0; cursor: pointer; }

.register .register_show .tab ul li .to_login { text-align: left; }

.register .register_show .tab ul li a { color: #00b14e; }

.register .register_show .tab .reg_success { display: flex; align-items: center; width: 454px; height: 260px; }

.register .register_show .tab .reg_success .icon_success { background: url(/content/images/icon_success.png) no-repeat; width: 48px; display: block; margin-right: 15px; height: 48px; }

.register .register_show .tab .reg_success .reg_success_con .title { font-size: 24px; color: #13BF13; margin-bottom: 10px; }

.register .register_show .tab .reg_success .reg_success_con .desc { color: #999; }

.register .register_show .tab .reg_success .reg_success_con .to_other { display: flex; margin-top: 20px; }

.register .register_show .tab .reg_success .reg_success_con .to_other .to_confirm { background-color: #00b14e; color: #fff; padding: 0 20px; height: 40px; line-height: 40px; border-radius: 3px; margin-right: 10px; }
.register .register_show .tab .reg_success .reg_success_con .to_other .to_confirm a { color: #fff; }
.register .register_show .tab .reg_success .reg_success_con .to_other .to_home { background-color: #fafafa; border: 1px solid #cfcfcf; padding: 0 20px; height: 40px; line-height: 40px; border-radius: 3px; margin-right: 10px; }





.login_win { background-color: #009aff; }

.login_win .logoin_bg { position: relative; justify-content: flex-end; align-items: center; width: 1024px; height: 600px; margin: 0 auto; background: url(/content/images/login_bg.jpg) center/100%; }

.login_win .logoin_bg .win_info { position: absolute; top: 80px; right: 0; width: 320px; padding: 30px 40px; background-color: #fff; }

.login_win .logoin_bg .win_info .tab ul { display: flex; margin-bottom: 30px; font-size: 18px; border-bottom: 1px solid #CED3D9; }

.login_win .logoin_bg .win_info .tab ul li { width: 50%; text-align: center; padding-bottom: 10px; cursor: pointer; }

.login_win .logoin_bg .win_info .tab ul li.active { position: relative; color: #00b14e; font-weight: bold; }
.login_win .logoin_bg .win_info .tab ul li.active .line { position: absolute; bottom: -1px; width: 100%; height: 1px; background-color: #00b14e; }

.login_win .logoin_bg .win_info .login_input ul li { position: relative; margin-bottom: 20px; }

.login_win .logoin_bg .win_info .login_input ul li i { position: absolute; left: 10px; top: 15px; font-size: 16px; color: #666; }

.login_win .logoin_bg .win_info .login_input ul li input { width: 100%; height: 46px; font-size: 14px; text-indent: 10px; border: 1px solid #CED3D9; border-radius: 3px; }

.login_win .logoin_bg .win_info .login_input ul li button { width: 100%; height: 48px; text-align: center; line-height: 48px; font-size: 16px; color: #fff; background-color: #00b14e; border: none; border-radius: 3px; cursor: pointer; }

.login_win .logoin_bg .win_info .login_input ul li button:hover { background-color: #019944; }

.login_win .logoin_bg .win_info .login_input ul li .get_verify { position: absolute; top: 1px; right: -1px; }

.login_win .logoin_bg .win_info .login_input ul li .get_verify p { width: 100px; height: 46px; background-color: #F5F7FA; border-left: 1px solid #CED3D9; text-align: center; line-height: 46px; border-radius: 0 3px 3px 0; cursor: pointer; }

.login_win .logoin_bg .win_info .login_input ul li .get_verify .time { color: #C2C6CC; display: none; }

.login_win .logoin_bg .win_info .to_other { margin-top: 15px; display: flex; justify-content: space-between; }

.login_win .logoin_bg .win_info .to_other a { color: #00b14e; font-size: 14px; }



.login_header { background-color: #fff; border-bottom: 1px solid #eeeeee; }

.login_header .login_header_show { display: flex; justify-content: space-between; width: 1200px; margin: 0 auto; padding: 20px 0; }

.login_header .login_header_show .logo { display: flex; justify-content: space-between; }

.login_header .login_header_show .logo .title { margin-left: 40px; font-size: 24px; color: #333; line-height: 75px; }

.login_header .login_header_show .tel { display: flex; color: #f60; padding: 25px 0; font-size: 20px; }

.login_header .login_header_show .tel .icon_tel { background: url(/content/images/icon_tel.png) no-repeat; width: 20px; background-size: 20px; height: 20px; margin-right: 10px; }



.register .nav { display: flex; justify-content: center; padding: 40px 0; }

.register .nav .step { display: flex; font-size: 16px; line-height: 32px; }

.register .nav .step .number { width: 30px; height: 30px; margin-right: 10px; text-align: center; line-height: 30px; color: #fff; border-radius: 50%; background-color: #d0d0d0; }

.register .nav .step .txt { color: #666666; }

.register .nav .step .line { height: 2px; width: 100px; margin: 13px 20px 0; background-color: #d0d0d0; }

.register .nav .active .number { background-color: #00b14e; }

.register .nav .active .txt { color: #00b14e; }


.register .register_show { padding: 100px 0; background-color: #fff; margin: 0 auto 120px; width: 1200px; border: 1px solid #eee; }


.register .register_show .tab { display: flex; flex-wrap: wrap; justify-content: center; }

.register .register_show .tab .vender_mode { display: inline-block; position: relative; vertical-align: top; width: 200px; height: 160px; border: 1px solid #eee; text-align: center; cursor: pointer; font-size: 14px; background: #f5f5f5; }
.register .register_show .tab .vender_mode i { background: url(/content/images/icon_vender.png) no-repeat; width: 40px; display: inline-block; height: 40px; margin-top: 40px; }
.register .register_show .tab .vender_mode.active i { background: url(/content/images/icon_vender_white.png) no-repeat; }
.register .register_show .tab .buyer_mode { display: inline-block; position: relative; vertical-align: top; width: 200px; height: 160px; margin-left: 100px; border: 1px solid #eee; text-align: center; cursor: pointer; font-size: 14px; background: #f5f5f5; }
.register .register_show .tab .buyer_mode i { background: url(/content/images/icon_buyer.png) no-repeat; width: 40px; display: inline-block; height: 40px; margin-top: 40px; }
.register .register_show .tab .buyer_mode.active i { background: url(/content/images/icon_buyer_white.png) no-repeat; }
.register .register_show .tab .vender_mode.active, .register .register_show .tab .buyer_mode.active { background-color: #00c07b; box-shadow: 1px 3px 5px #bbb; }
.register .register_show .tab .vender_mode.active span, .register .register_show .tab .buyer_mode.active span { color: #ffffff; }
.register .register_show .tab .vender_mode span, .register .register_show .tab .buyer_mode span { font-size: 18px; color: #019944; display: block; margin-top: 5px; }

.register .register_show .tab .agreement { font-size: 12px; color: #333; text-align: center; width: 100%; margin: 60px auto; }
.register .register_show .tab .agreement a { color: #00b14e; }

.register .register_show .tab button.next_tab, .tab button.sub_next_tab, .register .register_show .tab button[type=submit] { width: 380px; height: 48px; font-size: 16px; color: #fff; background-color: #00c07b; border: none; border-radius: 3px; cursor: pointer; }
.register .register_show .tab ul li { display: flex; margin-bottom: 20px; }

.register .register_show .tab ul li .title { width: 85px; padding-right: 10px; text-align: right; line-height: 45px; }

.register .register_show .tab ul li .title .must { color: #f30; margin-right: 2px; }

.register .register_show .tab ul li .con { position: relative; width: 380px; display: flex; flex-direction: column; justify-content: center; }

.register .register_show .tab ul li .con input { text-indent: 10px; width: 100%; height: 46px; font-size: 14px; border: 1px solid #CED3D9; border-radius: 3px; }

.register .register_show .tab ul li .con .get_verify { position: absolute; top: 1px; right: 1px; }

.register .register_show .tab ul li .con .get_verify { border: none; width: 100px; height: 46px; background-color: #F5F7FA; border-left: 1px solid #CED3D9; text-align: center; line-height: 45px; border-radius: 0 3px 3px 0; cursor: pointer; }

.register .register_show .tab ul li .to_login { text-align: left; }

.register .register_show .tab ul li a { color: #00b14e; }

.register .register_show .tab .reg_success { display: flex; align-items: center; width: 454px; height: 260px; }

.register .register_show .tab .reg_success .icon_success { background: url(/content/images/icon_success.png) no-repeat; width: 48px; display: block; margin-right: 15px; height: 48px; }

.register .register_show .tab .reg_success .reg_success_con .title { font-size: 24px; color: #13BF13; margin-bottom: 10px; }

.register .register_show .tab .reg_success .reg_success_con .desc { color: #999; }

.register .register_show .tab .reg_success .reg_success_con .to_other { display: flex; margin-top: 20px; }

.register .register_show .tab .reg_success .reg_success_con .to_other .to_confirm { background-color: #00b14e; color: #fff; padding: 0 20px; height: 40px; line-height: 40px; border-radius: 3px; margin-right: 10px; }
.register .register_show .tab .reg_success .reg_success_con .to_other .to_confirm a { color: #fff; }
.register .register_show .tab .reg_success .reg_success_con .to_other .to_home { background-color: #fafafa; border: 1px solid #cfcfcf; padding: 0 20px; height: 40px; line-height: 40px; border-radius: 3px; margin-right: 10px; }


.simple_footer { font-size: 12px; color: #333; background-color: #EDF0F2; display: flex; height: 58px; line-height: 58px; margin: 0 auto; justify-content: center; }

.simple_footer p { margin-right: 10px; }

.goods_list { width: 1200px; margin: 20px auto; }

.goods_list .select_panel { background-color: #fff; border: 1px solid #eee; padding: 5px 20px; margin-bottom: 20px; }

.goods_list .select_panel .panel_item { display: flex; flex-wrap: wrap; border-bottom: 1px solid #eee; line-height: 40px; max-height: 40px; overflow: hidden; transition: max-height 0.8s; }

.goods_list .select_panel .panel_item:last-child { border-bottom: none; }

.goods_list .select_panel .panel_item ul { display: flex; flex-wrap: wrap; width: 1010px; }

.goods_list .select_panel .panel_item > span { width: 80px; font-size: 14px; color: #333; font-weight: bold; }

.goods_list .select_panel .panel_item ul li { font-size: 14px; width: 126px; overflow: hidden; white-space: nowrap; }
.goods_list .select_panel .panel_item ul li a { font-size: 14px; }
.goods_list .select_panel .panel_item ul li a.current { color: #00b14e; }

.goods_list .select_panel .panel_item .more_select { display: flex; justify-content: center; align-items: center; margin-top: 8px; cursor: pointer; position: relative; padding: 0 5px 0 10px; height: 24px; line-height: 24px; text-align: center; font-size: 12px; color: #333; margin-right: 6px; }

.goods_list .select_panel .panel_item .more_select .icon_down { display: inline-block; width: 12px; height: 12px; background: url(/content/images/icon_down.png) no-repeat 50%; background-size: 100% 100%; margin-left: 6px; }
.goods_list .select_panel .panel_item .more_select .icon_up { display: inline-block; width: 12px; height: 12px; background: url(/content/images/icon_up.png) no-repeat 50%; background-size: 100% 100%; margin-left: 6px; }

.goods_list .select_panel .panel_item .multipl_select { display: flex; justify-content: center; align-items: center; margin-top: 8px; cursor: pointer; position: relative; padding: 0 5px 0 10px; height: 24px; line-height: 24px; text-align: center; font-size: 12px; color: #333; }

.goods_list .select_panel .panel_item .multipl_select i { display: inline-block; width: 12px; height: 12px; background: url(/content/images/icon_add.png) no-repeat 50%; background-size: 100% 100%; margin-left: 6px; }

.goods_list .list ul { width: 1210px; display: flex; flex-flow: wrap; }

.goods_list .list ul li { transition: box-shadow 0.4s,margin-top 0.4s; border: 1px solid #eee; cursor: pointer; margin-right: 8px; margin-bottom: 10px; width: 292px; background-color: #fff; position: relative; }

.goods_list .list ul li:hover { box-shadow: 3px 3px 5px #ccc; margin-top: -5px; }

.goods_list .list ul li .pictures { width: 212px; height: 212px; display: flex; align-items: center; padding: 20px 40px 10px; position: relative; }

.goods_list .list ul li .pictures img { margin: 0 auto; max-width: 100%; max-height: 100%; }

.goods_list .list ul li .goods_name { font-size: 14px; padding: 0 20px; position: relative; line-height: 20px; height: 40px; overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2; }

.goods_list .list ul li .goods_info { padding: 10px 20px 0; }

.goods_list .list ul li .goods_info dl { display: flex; line-height: 24px; }

.goods_list .list ul li .goods_info dl dt { overflow: hidden; width: 50px; white-space: nowrap; text-overflow: ellipsis; font-size: 12px; color: #999; }

.goods_list .list ul li .goods_info dl dd { white-space: nowrap; text-overflow: ellipsis; font-size: 12px; color: #666; overflow:hidden;}

.goods_list .list ul li .goods_info dl dd.orange { color: #F60; }

.goods_list .list ul li .goods_button { display: flex; margin: 10px 0 20px; border: 1px solid #dadfe5; border-radius: 3px; text-align: center; line-height: 36px; }

.goods_list .list ul li .goods_button .left_btn { width: 100%; background-color: #00b14e; color: #fff; display: flex; align-items: center; justify-content: center }


.goods_list .list ul li .goods_button .left_btn .icon_im { display: inline-block; width: 20px; height: 20px; background: url(/content/images/icon_im.png) no-repeat 50%; background-size: 100% 100%; margin-right: 8px; }

.goods_list .list ul li .goods_button .right_btn { width: 110px; color: #666; }


.goods_detail { display: flex; width: 1200px; margin: 0 auto 20px; position: relative; }

.goods_detail .goods_left { width: 900px; margin-right: 15px; }

.goods_detail .goods_left .goods_info { display: flex; background-color: #fff; border: 1px solid #e8e8e8; padding: 20px; }

.goods_detail .goods_left .goods_info .pictures { width: 360px; position: relative; }

.goods_detail .goods_left .goods_info .pictures .big_pic { width: 360px; height: 360px; display: flex; align-items: center; overflow: hidden; position: relative; }
.goods_detail .goods_left .goods_info .pictures .big_pic .noimg_bg { background-image: url(/content/images/nogoods.jpg); background-size: 100%; width: 100%; height: 100%; }
.goods_detail .goods_left .goods_info .pictures .big_pic .noimg_bg .noimg_top { text-align: center; display: block; color: #fff; font-size: 14px; margin-top: 8px; font-weight: 600; font-style: italic; }
.goods_detail .goods_left .goods_info .pictures .big_pic .noimg_bg .noimg_content { padding: 5% 35px; display: block; font-size: 22px; line-height: 40px; text-align: center; overflow: hidden; text-overflow: ellipsis; }
.goods_detail .goods_left .goods_info .pictures .big_pic img { margin: 0 auto; max-width: 100%; max-height: 100%; }

.goods_detail .goods_left .goods_info .pictures .small_pic { margin-top: 10px; }

.goods_detail .goods_left .goods_info .pictures .small_pic ul { display: flex; justify-content: flex-start; }

.goods_detail .goods_left .goods_info .pictures .small_pic ul li { cursor: pointer; width: 64px; height: 64px; display: flex; justify-content: center; align-items: center; background-color: #fff; margin-right: 10px; border: 1px solid #edf0f2; overflow: hidden; }

.goods_detail .goods_left .goods_info .pictures .small_pic ul li img { max-width: 90%; max-height: 90%; }

.goods_detail .goods_left .goods_info .info { margin-left: 20px; }

.goods_detail .goods_left .goods_info .info .goods_name { font-size: 16px; color: #333; line-height: 28px; height: 56px; overflow: hidden; margin-bottom: 5px;font-weight:normal;}

.goods_detail .goods_left .goods_info .info .item:before { content: attr(data-name); color: #666; }

.goods_detail .goods_left .goods_info .info .item { font-size: 14px; color: #666; }

.goods_detail .goods_left .goods_info .info .item .title { width: 90px; color: #888888; margin-right: 10px; display: inline-block; line-height: 36px; }

.goods_detail .goods_left .goods_info .info .item .price { color: #00b14e; }

.goods_detail .goods_left .goods_info .info .bshare-custom:before { content: attr(data-name); color: #999; margin-right: 2px; }

.goods_detail .goods_left .goods_info .info .bshare-custom { border: 1px solid #e6e6e6; display: flex; margin-top: 10px; padding: 12px 16px; }

.goods_detail .goods_left .goods_info .info .bshare-custom a { width: 20px; height: 20px; display: block; }

.goods_detail .goods_left .goods_info .info .bshare-custom a.bshare-weixin { background-image: url(/content/images/icon_weixin.png); background-position: 0px; }

.goods_detail .goods_left .goods_info .info .bshare-custom a.bshare-qqim { background-image: url(/content/images/icon_qq.png); background-position: 0px; }

.goods_detail .goods_left .goods_info .info .bshare-custom a.bshare-sinaminiblog { background-image: url(/content/images/icon_weibo.png); background-position: 0px; }

.goods_detail .goods_left .goods_info .info .bshare-custom a.bshare-qzone { background-image: url(/content/images/icon_zone.png); background-position: 0px; }

.goods_detail .goods_left .goods_info .info .bshare-custom a.bshare-facebook { background-image: url(/content/images/icon_f.png); background-position: 0px; }

.goods_detail .goods_left .goods_info .info .bshare-custom a.bshare-twitter { background-image: url(/content/images/icon_t.png); background-position: 0px; }

.goods_detail .goods_left .goods_info .info .bshare-custom a.bshare-linkedin { background-image: url(/content/images/icon_in.png); background-position: 0px; }


.goods_detail .goods_left .goods_info  .content { margin: 15px 57px 15px 0px; padding: 10px 20px; background-color: #fff0e5; border-left: 2px solid #f60; }
.goods_detail .goods_left .goods_info  .content span { font-size: 18px; font-weight: 700; color: #f60; }

.goods_detail .goods_left .goods_info .goods_button { margin-top: 25px; margin-bottom: 20px; padding-left: 120px; display: flex; }

.goods_detail .goods_left .goods_info .goods_button .icon_im { display: inline-block; width: 20px; height: 20px; background: url(/content/images/icon_im.png) no-repeat 50%; background-size: 100% 100%; margin-right: 8px; }

.goods_detail .goods_left .goods_info .goods_button .icon_baojia { display: inline-block; width: 20px; height: 20px; background: url(/content/images/icon_baojia.png) no-repeat 50%; background-size: 100% 100%; margin-right: 8px; }

.goods_detail .goods_left .goods_info .goods_button .left_btn { display: flex; align-items: center; color: #333; font-size: 16px; cursor: pointer; padding: 9px 29px; background: #00b14e; border: 1px solid #00b14e; border-radius: 3px; color: #fff; margin-right: 20px; }

.goods_detail .goods_left .goods_info .goods_button .right_btn { display: flex; align-items: center; color: #333; font-size: 16px; cursor: pointer; padding: 9px 29px; border: 1px solid #dadfe5; border-radius: 3px; }

.goods_detail .goods_left .goods_main { background-color: #fff; border: 1px solid #e8e8e8; margin-top: 15px; }

.goods_detail .goods_left .goods_main .title { border-bottom: 1px solid #edf0f2; display: flex; align-items: center; padding-left: 20px; }

.goods_detail .goods_left .goods_main .title ul { display: flex; }

.goods_detail .goods_left .goods_main .title ul li { height: 50px; margin-right: 20px; font-size: 14px; display: flex; padding: 0 10px; align-items: center; cursor: pointer; }

.goods_detail .goods_left .goods_main .title ul li.active { color: #00b14e; position: relative; pointer-events: none; }

.goods_detail .goods_left .goods_main .title ul li.active::after { content: ""; position: absolute; width: 100%; height: 2px; background-color: #00b14e; bottom: 0; left: 0; }

.goods_detail .goods_left .goods_main .goods_main_tab { padding: 20px; }

.goods_detail .goods_left .goods_main .goods_main_tab ul li img { margin: 0 auto; }

.goods_detail .goods_left .part { /*max-height: 400px;
    overflow: hidden;*/ margin: 10px 0; background-color: #fff; border: 1px solid #e8e8e8; }

.goods_detail .goods_left .part .title { padding-left: 20px; height: 44px; display: flex; align-items: center; font-size: 16px; }

.goods_detail .goods_left table.goods_corollary { border-collapse: collapse; border-left: 1px solid #edf0f2; width: 100%; margin: 5px auto 10px; }

.goods_detail .goods_left table.goods_corollary th { border-right: 1px solid #edf0f2; border-bottom: 1px solid #edf0f2; border-top: 1px solid #edf0f2; letter-spacing: 2px; text-transform: uppercase; text-align: left; padding: 6px 6px 6px 12px; background: #f5f7fa no-repeat; }

.goods_detail .goods_left table.goods_corollary td { border-right: 1px solid #edf0f2; border-bottom: 1px solid #edf0f2; background-color: #fff; font-size: 12px; padding: 4px 8px; }

.goods_detail .goods_left table.goods_corollary td img { height: 50px; }

.goods_detail .goods_left table.goods_corollary td .right_btn { cursor: pointer; border: 1px solid #f60; background-color: #fff; color: #f60; font-size: 12px; padding: 4px 8px; border-radius: 3px; }
.goods_detail .goods_left table .goods_button { width:54px;}


.goods_detail .goods_right { width: 300px; }

.goods_detail .goods_right .part { margin-bottom: 10px; background-color: #fff; border: 1px solid #e8e8e8; }

.goods_detail .goods_right .part .title { padding-left: 20px; height: 44px; display: flex; align-items: center; font-size: 16px; border-bottom: 1px solid #edf0f2; }

.goods_detail .goods_right .part ul { padding: 20px; }

.goods_detail .goods_right .part ul li { margin-bottom: 15px; display: flex; }

.goods_detail .goods_right .part ul li > a { margin-right: 10px; width: 80px; height: 80px; display: flex; justify-content: center; align-items: center; overflow: hidden; }

.goods_detail .goods_right .part ul li > a img { max-width: 90%; max-height: 90%; }

.goods_detail .goods_right .part ul li .info { flex: 1; }

.goods_detail .goods_right .part ul li .info a { overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; }

.goods_detail .goods_right .part ul li .info .price { margin-top: 5px; font-size: 12px; display: flex; color: #999; }

.goods_detail .goods_right .part ul li .info .price span { color: #f60; }

.goods_detail .goods_right .part .goods_brand .goods_brand_img { border-bottom: 1px solid #edf0f2; }

.goods_detail .goods_right .part .goods_brand a { height: 90px; display: flex; align-items: center; overflow: hidden; position: relative; }

.goods_detail .goods_right .part .goods_brand .brand_list_info .companyProfile { position: relative; font-size: 12px; opacity: .6; padding: 5px 10px 5px; overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; }

.goods_detail .goods_right .part .goods_brand .brand_list_info .title_brand { font-size: 15px; font-weight: 700; margin-bottom: 5px; padding: 5px 0 5px 10px; }

.goods_detail .goods_right .part .goods_brand .brand_list_info .brand_left { float: right; }

.goods_detail .goods_right .part .goods_brand .brand_list_info .brand_left i {font-size:12px; padding:5px 10px 5px 0; }



.goods_detail .goods_right .part .goods_brand img { display: initial; margin: 0 auto; max-height: 80px; }

.goods_detail .goods_right .part .goods_brand .brand_noimg { letter-spacing: 10px; font-size: 16px; display: block; margin: auto; }


.goods_detail .goods_right ul li .noimg_bg { background-image: url(/content/images/nogoods.jpg); background-size: 100%; width: 100%; height: 100%; }
.goods_detail .goods_right ul li .noimg_bg .noimg_top { padding: 30% 0; display: block; font-size: 12px; text-align: center;  }

.goods_detail .goods_main #goodsdownload { padding: 0 40px 40px; }

.goods_detail .goods_main .goodsDownload .download_item { display: flex; margin-bottom: 20px; }

.goods_detail .goods_main .goodsDownload .download_item .goodsDownload_left { font-size: 14px; width: 80px; text-align: right; margin-right: 10px; }

.goods_detail .goods_main .goodsDownload .download_item .img { width: 20px; vertical-align: top; margin: 0 6px 0 0; }

.goods_detail .goods_main .goodsDownload .download_item span { font-size: 14px; cursor: pointer; line-height: 24px; display: inline-block; vertical-align: top; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; max-width: 680px; }

.goods_detail .goods_main .goodsDownload .download_item span:hover { color:#f60;}
/*分页*/
.pagination { padding: 30px 0; text-align: center; }

.pagination a { border: 1px solid #EBEBEB; background-color: #fff; color: #404040; margin-right: 10px; padding: 10px 15px; font-size: 14px; }

.pagination a:hover, .pagination a.pr_hover { background-color: #019a01; color: #FFFFFF; }
/*上一篇，下一篇*/
.near_article { text-align: left; }
.near_article label { font-size: 14px; }
.near_article i { color: #666; font-size: 14px; margin-right: 40px; }
.near_article a { color: #666; font-size: 14px; margin-right: 40px; }


.layout_right {float: right; background-color: #fff;}
/*右侧文字列表*/
.layout_right .right_txt { width: 320px; background-color: #fff; border: 1px solid #efefef; }
.layout_right .right_txt .right_txt_title { height: 40px; background-color: #fff; color: #333; padding: 0px 10px; }
.layout_right .right_txt .right_txt_title span { height: 40px; line-height: 40px; font-size: 16px; }
.layout_right .right_txt .right_txt_title a { display: block; height: 40px; line-height: 40px; float: right; color: #333; font-size: 12px; }
.layout_right .right_txt .right_txt_title a:hover { color: #ff7f1b; }
.layout_right .right_txt ul li { border-bottom: 1px dashed #eee; }
.layout_right .right_txt ul li:last-child { border: none; }
.layout_right .right_txt ul li a { font-size: 12px; color: #666; line-height: 28px; padding: 10px 15px; display: block; text-overflow: ellipsis; overflow: hidden; white-space: nowrap; }

/*右侧图文列表*/
.layout_right .right_imgtxt { background-color: #fff; border: 1px solid #efefef; margin-bottom: 30px; }
.layout_right .right_imgtxt .right_imgtxt_title { height: 40px; background-color: #f6f6f6; color: #333; padding: 0px 10px; }
.layout_right .right_imgtxt .right_imgtxt_title span { height: 40px; line-height: 40px; font-size: 16px; }
.layout_right .right_imgtxt .right_imgtxt_title a { display: block; height: 40px; line-height: 40px; float: right; color: #333; font-size: 14px; }
.layout_right .right_imgtxt .right_imgtxt_title a:hover { color: #ff7f1b; }
.layout_right .right_imgtxt .right_imgtxt_content { margin: 15px 10px; }
.layout_right .right_imgtxt .right_imgtxt_content img { float: left; width: 94px; height: 60px; padding: 1px; border: solid 1px #eee; }
.layout_right .right_imgtxt .right_imgtxt_content .right_imgtxt_test { width: 160px; float: left; padding-left: 10px; }
.layout_right .right_imgtxt .right_imgtxt_content .right_imgtxt_test ul li.right_imgtxt_test_title { color: #017f40; font-size: 14px; line-height: 14px; margin-bottom: 5px; }
.layout_right .right_imgtxt .right_imgtxt_content .right_imgtxt_test ul li.right_imgtxt_test_cont { font-size: 12px; color: #666; line-height: 22px; }



.about_content { width: 1200px; margin: 0 auto; margin-top: 20px; }

.about_content .about_content_left { float: left; width: 140px; padding: 0 30px; background-color: #fff; }

.about_content .about_content_left h3 { color: #333; font-size: 20px; text-align: center; padding: 22px 0; font-weight: normal; }

.about_content .about_content_left ul li { width: 100%; text-align: center; border-top: 1px dashed #d6dbe0; }

.about_content .about_content_left ul li.current a { color: #00c07b; }

.about_content .about_content_left ul li a { font-size: 14px; line-height: 50px; color: #333; display: block; }

.about_content .about_content_left ul li:hover a { color: #00c07b; }

.about_content .about_content_right { float: left; width: 920px; margin-left: 20px; font-size: 16px; line-height: 32px; color: #535353; min-height: 450px; padding: 30px 30px 0 30px; background-color: #fff; margin-bottom: 20px; }

.about_content .about_content_right img { max-width: 100%; display: inline-block; }

.about_content .about_content_right ul li { padding: 18px 0; border-bottom: 1px dashed #eee; }

.about_content .about_content_right ul li a { width: 710px; font-size: 14px; line-height: 20px; color: #333; float: left; }

.about_content .about_content_right ul li:hover { background-color: #fafafa; color: #666; }

.about_content .about_content_right ul li span { width: 90px; float: right; color: #999; font-size: 12px; line-height: 20px; text-align: right; }





.company_head_box { background-color: #fff; padding: 25px 0; }

.company_head_box .company_head { width: 1200px; margin: 0 auto; }

.company_head_box .company_head .company_logo { width: 210px; float: left; height: 100px; position: relative; border: 1px solid #cdcdcd; }

.company_head_box .company_head .company_logo img { height: 100px; display: block; margin: 0 auto; }

.company_head_box .company_head .company_tit { width: 700px; float: left; margin-left: 20px; display: inline-block; }

.company_head_box .company_head .company_tit h3 { font-size: 22px; font-weight: normal; margin-bottom: 10px; }

.company_head_box .company_head .company_tit p { line-height: 24px; color: #000; }

.company_head_box .company_head .company_tit p span { margin-right: 20px; white-space: nowrap; }

.company_head_box .company_head .company_tit_rg { color: #666; float: right; line-height: 20px; margin-top: 10px; }

.company_head_box .company_head .company_tit_rg dd { margin-top: 5px; overflow: hidden; }

.company_head_box .company_head .company_tit_rg span { float: left; }

.company_head_box .company_head .company_tit_rg .level { width: 84px; background: url(/Content/images/company.png) no-repeat; display: inline-block; background-position: 0px -89px; margin-left: 7px; height: 20px; vertical-align: middle; margin-right: 7px; }

.company_head_box .company_head .company_tit_rg .level i { display: inline-block; height: 20px; background: url(/Content/images/company.png) no-repeat 0px -71px; }

.company_nav { background: #3e5067; min-width: 1200px; line-height: 40px; height: 40px; }

.company_nav ul { width: 1200px; margin: 0 auto; position: relative; }

.company_nav ul li { float: left; margin: 0 20px; }

.company_nav ul li a { color: #fff; font-size: 16px; padding: 0px 38px; display: inline-block; transition: all 0.5s; }

.company_nav ul li.on a, .company_nav ul li a:hover { background: #fa5788; }

.company_nav .apply { position: absolute; padding: 0px 25px 0px; background: #27cab9; color: #fff; top: -7px; right: 0px; line-height: 47px; }

.company_banner { width: 1200px; margin: 0 auto; }

.company_info { width: 1140px; margin: 20px auto; background-color: #fff; border: 1px solid #e5e5e5; padding: 20px 30px; font-size: 14px; }

.company_info h2 { text-align: left; font-size: 20px; line-height: 40px; }

.company_info p.txt { font-size: 14px; line-height: 24px; }

.company_local { line-height: 45px; }

.company_about { width: 1200px; margin: 0 auto; padding-bottom: 50px; overflow: hidden; }

.company_about .company_about_menu { float: left; width: 260px; background-color: #fff; border: 1px solid #e4e3e4; margin-bottom: 10px; }

.company_about .company_about_menu h2 { line-height: 18px; margin: 16px 15px; overflow: hidden; border-left: 3px solid #f30360; font-size: 16px; color: #333; padding-left: 10px; }

.company_about .company_about_menu ul li { height: 46px; line-height: 46px; font-size: 14px; border-top: 1px solid #e4e3e4; vertical-align: bottom; }

.company_about .company_about_menu ul li a { display: block; padding: 0px 28px; margin: 0px -1px 0px -1px; }

.company_about .company_about_menu ul li a:hover, .company_about .company_about_menu ul li a.on { background: #fa5788 url(/Content/image/company.png) no-repeat 223px -109px; color: #fff; }

.company_about .company_about_right { float: right; width: 858px; padding: 30px; min-height: 600px; background-color: #fff; border: 1px solid #e4e3e4; }

.company_about .company_about_right h3 { font-size: 32px; font-weight: normal; text-align: center; height: auto; line-height: 40px; width: 100%; margin-bottom: 20px; }

.company_about .company_about_right .com_about_content { font-size: 14px; line-height: 28px; }

.company_about .company_about_right ul.honor { width: 891px; overflow: hidden; }

.company_about .company_about_right ul.honor li { float: left; width: 249px; margin: 0px 23px 25px 0px; border: 1px solid #dfdfdf; padding: 10px; background-color: #fff; }

.company_about .company_about_right ul.honor li img { max-width: none; margin: -11px 0px 0px -11px; }

.company_about .company_about_right ul.honor li a { display: block; }

.company_about .company_about_right ul.honor li strong { display: block; font-size: 16px; margin-top: 10px; }

.company_about .company_about_right ul.honor li p span { margin-right: 10px; }

.company_about .company_about_right ul.honor li:hover { -webkit-box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.2); box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.2); }

.company_about .company_about_right ul.honor li:hover img { filter: alpha(opacity=90); -moz-opacity: 0.9; opacity: 0.9; }

.company_about .company_about_right ul.news li { padding: 30px; background-color: #fff; border-bottom: 1px solid #efefef; }

.company_about .company_about_right ul.news li:hover { background-color: #fbfafa; }

.company_about .company_about_right ul.news li a { font-size: 16px; color: #396; }

.company_about .company_about_right ul.news li span { line-height: 26px; height: 52px; overflow: hidden; margin-top: 5px; display: block; font-size: 14px; }

.company_about .company_about_right .news_content { line-height: 30px; font-size: 14px; margin-bottom: 30px; }

.company_about .company_about_right .news_content a { line-height: 30px; font-size: 14px; }

.company_about .company_about_right .news_content img { display: inherit; margin: 0px auto; }

.company_about .company_about_right .news_content .title { text-align: center; line-height: 80px; font-size: 24px; }

.company_about .company_about_right .news_content .detail { text-align: center; margin-bottom: 10px; }

.company_about .company_about_right .news_content .detail span { margin: 10px; font-size: 12px; color: #666; }

.company_goods { width: 1200px; margin: 20px auto; }

.company_goods ul { width: 1210px; display: flex; flex-flow: wrap; }

.company_goods ul li { transition: box-shadow 0.4s,margin-top 0.4s; border: 1px solid #eee; cursor: pointer; margin-right: 8px; margin-bottom: 10px; width: 292px; background-color: #fff; position: relative; }

.company_goods ul li:hover { box-shadow: 3px 3px 5px #ccc; margin-top: -5px; }

.company_goods ul li .goods_img { padding: 20px 40px 0; position: relative; }

.company_goods ul li .goods_img img { width: 212px; height: 212px; }

.company_goods ul li .title { font-size: 14px; padding: 0 20px; position: relative; line-height: 20px; height: 42px; overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2; }

.company_goods ul li .goods_info { padding: 0 20px; }

.company_goods ul li .goods_info dl { display: flex; line-height: 28px; }


.company_goods ul li .goods_info dl dd { white-space: nowrap; text-overflow: ellipsis; font-size: 14px; color: #666; }

.company_goods ul li .goods_info dl dd.orange { color: #F60; }

.company_goods ul li .goods_button { display: flex; margin: 10px 20px 20px; border: 1px solid #dadfe5; border-radius: 3px; text-align: center; line-height: 36px; }

.company_goods ul li .goods_button .left_btn { width: 100%; background-color: #00b14e; color: #fff; display: flex; align-items: center; justify-content: center }


.company_goods ul li .goods_button .left_btn .icon_im { display: inline-block; width: 20px; height: 20px; background: url(/content/images/icon_im.png) no-repeat 50%; background-size: 100% 100%; margin-right: 8px; }

.company_goods ul li .goods_button .right_btn { width: 110px; color: #666; }


.goods_list .list ul li a .pictures .noimg_bg { background-image: url(/content/images/nogoods.jpg); background-size: 100%; width: 100%; height: 100%; }
.goods_list .list > ul > li .noimg_bg .noimg_top { text-align: center; display: block; color: #fff; font-size: 12px; font-weight: 600; font-style: italic; }
.goods_list .list > ul > li .noimg_bg .noimg_content { display: block; font-size: 12px; text-align: center; width: 142px; height: 120px; margin: 10px auto; overflow: hidden; text-overflow: ellipsis; }




.brand_head_box { background-color: #fff; border-top: 1px solid #ddd; }

.brand_head_box .brand_head { width: 1200px; margin: 0 auto; padding: 15px 0; }

.brand_head_box .brand_head .brand_logo { width: 210px; float: left; height: 80px; position: relative; border: 1px solid #cdcdcd; }

.brand_head_box .brand_head .brand_logo img { height: 80px; display: block; margin: 0 auto; }

.brand_head_box .brand_head .brand_tit { width: 700px; float: left; margin-left: 20px; display: inline-block; }

.brand_head_box .brand_head .brand_tit h3 { font-size: 22px; font-weight: normal; margin-bottom: 10px; }

.brand_head_box .brand_head .brand_tit p { line-height: 24px; color: #000; position: relative; font-size: 12px; opacity: .6; padding-right: 14px; overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; top: 4px; }

.brand_head_box .brand_head .brand_tit p span { margin-right: 20px; white-space: nowrap; }

.brand_head_box .brand_head .brand_tit_rg { color: #666; float: right; line-height: 20px; margin-top: 10px; }

.brand_head_box .brand_head .brand_tit_rg dd { margin-top: 5px; overflow: hidden; }

.brand_head_box .brand_head .brand_tit_rg span { float: left; }

.brand_head_box .brand_head .brand_tit_rg .level { width: 84px; background: url(/Content/images/company.png) no-repeat; display: inline-block; background-position: 0px -89px; margin-left: 7px; height: 20px; vertical-align: middle; margin-right: 7px; }

.brand_head_box .brand_head .brand_tit_rg .level i { display: inline-block; height: 20px; background: url(/Content/images/company.png) no-repeat 0px -71px; }

.brand_nav { background: #00c07b; min-width: 1200px; line-height: 50px; height: 50px; /*#3e5067*/ }

.brand_nav ul { width: 1200px; margin: 0 auto; position: relative; }

.brand_nav ul li { float: left; margin: 0 20px; }

.brand_nav ul li a { color: #fff; font-size: 16px; padding: 0px 38px; display: inline-block; transition: all 0.5s; }

.brand_nav ul li.on a, .brand_nav ul li a:hover { background: #fa5788; }

.brand_nav .apply { position: absolute; padding: 0px 25px 0px; background: #27cab9; color: #fff; top: -7px; right: 0px; line-height: 47px; }

.brand_banner { width: 1200px; margin: 0 auto; }

.brand_info { width: 1140px; margin: 20px auto; background-color: #fff; border: 1px solid #e5e5e5; padding: 20px 30px; font-size: 14px; }

.brand_info h2 { text-align: left; font-size: 20px; line-height: 40px; }

.brand_info p.txt { font-size: 14px; line-height: 24px; }





/*brand品牌详情页新加的样式*/
.comment_content { width: 1200px; margin: 0 auto; display: block; background: #FFF; margin-top: 20px; }
.comment_content .bj { padding: 5px 20px; }
.comment_content:first-child { margin-top: 0; }

.comment_box { display: block; }

.comment_srk { display: block; background: #FFF; padding: 20px; border: 1px solid #EEE; }

.comment_srk #txtareas { display: block; text-align: left; color: #999; font-size: 14px; line-height: 180%; }

.comment_srk #txtareas a { color: #D10003; }

.comment_srk #content { display: block; width: 100%; height: 100px; background: #FFF; border: none; color: #333; font-size: 16px; line-height: 180%; }

.btns { display: block; padding: 10px 0; vertical-align: middle; }

.btns p { display: block; text-align: left; color: #999; font-size: 12px; line-height: 40px; vertical-align: middle; }

#publish { display: block; text-align: center; color: #FFF; font-size: 18px; line-height: 45px; background: #E00B0B; cursor: pointer; -webkit-border-radius: 5px; -moz-border-radius: 5px; }

.titleh4 { background: #FFF; }

.titleh4 h4 { display: inline-block; color: #333; font-size: 20px; line-height: 40px; }

.titleh4 a.fr { color: #999; font-size: 14px; line-height: 40px; }

.titleh4 span.fr { color: #999; font-size: 14px; line-height: 40px; float:right;}

.titleh4 a.fr:hover { color: #000; }


/*评论列表*/
.comment { background: #fff; padding: 0px 20px 20px 20px; }

.comment_nr { height: auto; padding-top:50px; }

.comment .comment_cons p#aa{color:#000000;font-size:18px;}
.comment .comment_cons p.TheTalk { color:#000000;font-size:16px;}

.comment_lists { height: auto; padding-top: 15px; clear: both; position: relative; padding-left: 60px; border-bottom: 1px solid #e5e5e5; }

.nameImgs { width: 50px; height: 50px; border-radius: 30px; overflow: hidden; position: absolute; left: 0; top: 15px; border: 1px solid #F5F5F5; }

.nameImgs img { width: 50px; height: 50px; }

omment_cons { clear: both; border-bottom: 1px solid #ededed; }

.TheTalk { font-size: 16px; line-height: 180%; color: #333; }

.comment_ifr { line-height: 160%; height: 30px; margin-top: 10px; color:#999;}

.jub_icon { display: inline-block; float: right; font-size: 14px; height: 16px; line-height: 15px; color: #999; display: inline-block; margin-left: 20px; cursor: pointer; }

.jub_icon i { display: inline-block; width: 16px; height: 16px; margin-right: 5px; float: left; vertical-align: middle; background: url(../../../home/img/jub_icon.png) no-repeat center center; }

.hf_icon { display: inline-block; float: right; font-size: 14px; height: 16px; line-height: 15px; color: #999; display: inline-block; cursor: pointer; }

.hf_icon i { display: inline-block; width: 16px; height: 16px; float: left; margin-right: 5px; vertical-align: middle; background: url(../../../home/img/hf_icon.png) no-repeat center center; }

.hf_icon:hover { color: #333; }








.brand_goods { width: 1200px; margin: 20px auto; font-size: 14px; }

.brand_goods h2 { text-align: left; font-size: 20px; line-height: 40px; }


.brand_goods .brand_goodslist ul { width: 1220px; }

.brand_goods .brand_goodslist ul li { width: 230px; float: left; background-color: #fff; border: 1px solid #eee; margin-right: 10px; padding-bottom: 20px; overflow: hidden; margin-bottom: 10px; }

.brand_goods .brand_goodslist ul li .goods_img { width: 230px; height: 210px; display: flex; align-items: center; padding: 20px 40px 10px; position: relative; box-sizing: border-box; }


.brand_goods .brand_goodslist ul li .goods_img .noimg_bg { background-image: url(/content/images/nogoods.jpg); background-size: 100%; width: 100%; height: 100%; background-repeat: no-repeat; }
.brand_goods .brand_goodslist ul li .goods_img .noimg_bg .noimg_top { text-align: center; display: block; color: #fff; font-size: 12px; font-weight: 600; font-style: italic; }
.brand_goods .brand_goodslist ul li .goods_img .noimg_bg .noimg_content { display: block; font-size: 12px; text-align: center; width: 142px; height: 70px; margin: 0 auto; overflow: hidden; text-overflow: ellipsis; }



.brand_goods .brand_goodslist ul li img { margin: 0 auto; max-width: 100%; max-height: 100%; transition: transform 0.6s; }

.brand_goods .brand_goodslist ul li:hover img { transform: scale(1.1); }

.brand_goods .brand_goodslist ul li .title { display: block; font-size: 12px; line-height: 24px; height: 50px; padding: 0 10px; overflow: hidden; }

.brand_goods .brand_goodslist ul li .price { color: #666; display: block; padding: 0 10px; overflow: hidden; }

.brand_goods .brand_goodslist ul li .price em { color: #f60; }


.page_main { width: 1200px; margin: 30px auto; }

.page_main .left_content { width: 888px; background-color: #fff; border: 1px solid #efefef; float: left; }

.page_main .left_content ul li { padding: 30px; background-color: #fff; border-bottom: 1px solid #efefef; }

.page_main .left_content ul li:hover { background-color: #fbfafa; }

.page_main .left_content ul .lef { overflow: hidden; float: left; }

.page_main .left_content ul .lef img { width: 160px; height: 80px; }

.page_main .left_content ul .rig { width: 648px; float: left; margin-left: 20px; }

.page_main .left_content ul .rig a { font-weight: bold; font-size: 16px; color: #333; }

.page_main .left_content ul .rig span { line-height: 26px; height: 52px; overflow: hidden; margin-top: 5px; display: block; font-size: 14px; }

.page_main .news_li_con { float: left;width: 833px;background-color: #fff; padding: 10px 10px 0 10px; }
.page_main .news_li_con h2:before { content: ''; position: absolute; left: 0; top: 21px; width: 3px; height: 22px; background-color: #00b14e; }
.page_main .news_li_con h2 { font-size: 24px; color: #00b14e; position: relative; padding: 20px 0 20px 23px; font-weight: normal; }
.page_main .news_li_con ul li { position: relative; padding: 20px 0 10px; border-bottom: 1px solid #eaeaea; }
.page_main .news_li_con ul li a { font-size: 20px; line-height: 26px; }
.page_main .news_li_con ul li .new_desc { height: 46px; overflow: hidden; margin-top: 10px; font-size: 14px; font-weight: 200; color: #666; }
.page_main .news_li_con ul li .new_date { float: right; color: #666; }

.page_main .new_detail { float: left; width: 800px; background-color: #fff; padding: 30px; }
.page_main .new_detail h3 { font-size: 28px; line-height: 1.6; font-weight: 600; color: #444; }
.page_main .new_detail .info { padding: 20px 0 10px; color: #888; line-height: 30px; border-bottom: 1px solid #eaeaea; }
.page_main .new_detail .info span { margin-right: 20px; }
.page_main .new_detail .content { padding: 40px 0; overflow: hidden; font-size: 16px; line-height: 2; text-align: justify; text-justify: inter-ideograph; clear: both; word-wrap: break-word; color: #444; }


/*品牌中心*/
.brand_main { width: 1200px; margin: 0 auto; }
.brand_main .banner { width: 1200px; margin: 0 auto; display: flex; justify-content: space-between; }
.brand_main .banner ul { width: 580px; }
.brand_main .banner .brand_img {flex: 1; overflow: hidden; position: relative; }
.brand_main .banner .brand_img img { height:375px;}
.brand_main .banner .info_wrap { width: 295px; padding: 20px 20px 19px; background: #fff; margin-left: 10px; position: relative; }
.brand_main .banner .info_wrap .info_title { font-weight: 700; margin-bottom: 10px; font-size: 16px; }
.brand_main .banner .info_wrap .info_list { height: 300px; overflow: hidden; position: relative; }
.brand_main .banner .info_wrap .info_list .rolling_back .info_item a{ display: block; text-overflow: ellipsis; overflow: hidden; white-space: nowrap; margin-bottom: 5px; font-size:14px;}
.brand_main .banner .info_wrap .info_list .rolling_back .new_desc { color: #999; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; font-size: 12px; }
.brand_main .banner .info_wrap .info_list .rolling_back .info_item { padding-bottom:15px;}
.brand_main .brand_co_branding { background: #fff; margin-bottom: 20px; position: relative;margin-top:20px; }
.brand_main .brand_co_branding .brand_more { position: absolute; right: 20px; top: 16px; line-height: 24px; font-size: 12px; color: #999; cursor: pointer; }
.brand_main .brand_co_branding .brand_more i { font-size: 12px; position: relative; top: -2px; }
.brand_main .brand_co_branding .brand_table { font-size: 16px; display: flex; border-bottom: 1px solid #edf0f2; }
.brand_main .brand_co_branding .brand_table .brand_table_item { padding: 16px 0; margin: 0 20px; cursor: pointer; color: #09f; font-weight: 700; position: relative; }
.brand_main .brand_co_branding .brand_table .active:before { content: ""; width: 100%; height: 2px; position: absolute; background: #09f; bottom: -1px; }
.brand_main .brand_co_branding .brand_name { display: flex; flex-wrap: wrap; }
.brand_main .brand_co_branding .brand_name .brand_item { width: 16.667%; }
.brand_main .brand_co_branding .brand_name .brand_item .brand_item_inner { width: 100%; padding-top: 50%; position: relative; }
.brand_main .brand_co_branding .brand_name .brand_item .brand_item_inner  img{ max-width: 160px; max-height: 80px; position: absolute; right: 0; top: 0; bottom: 0; left: 0; margin: auto; }
.brand_main .brand_goods_info .brand_floor { background: #fff; margin-bottom: 20px; padding: 20px; display: flex; }
.brand_main .brand_goods_info .brand_floor .floor_l { width: 280px; margin-right: 20px; background-size: 100% 100%; padding: 60px 20px 20px; position: relative; }
.brand_main .brand_goods_info .brand_floor .floor_l .floor_bg{ position: absolute; width: 100%; height: 100%; top: 0; left: 0; }
.brand_main .brand_goods_info .brand_floor .floor_l .floor_bg img{ width: 100%; height: 100%; }
.brand_main .brand_goods_info .brand_floor .floor_l .floor_brand_name { position: relative; z-index: 1; }
.brand_main .brand_goods_info .brand_floor .floor_l .floor_brand_name .brand_name_info #brandimg { width: 160px; height: 80px; border-radius: 10px; overflow: hidden; margin: auto auto 20px; position: relative; background: #fff;display: flex; align-items: center; justify-content: center; }
.brand_main .brand_goods_info .brand_floor .floor_l .floor_brand_name .brand_name { text-align: center; margin-bottom: 5px; }
.brand_main .brand_goods_info .brand_floor .floor_l .floor_brand_name .brand_name a { font-size: 18px; font-weight: 700; text-align: center; margin-bottom: 5px; }
.brand_main .brand_goods_info .brand_floor .floor_l .floor_brand_name .brand_link { text-align: center; font-size: 12px; margin-bottom: 40px; }
.brand_main .brand_goods_info .brand_floor .floor_l .floor_brand_name .brand_link i { font-size: 12px; color: #666; margin-left: 5px; }
.brand_main .brand_goods_info .brand_floor .floor_l .floor_brand_name .brand_intro { font-size: 12px; color: #666; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 4; -webkit-box-orient: vertical; overflow: hidden; margin-bottom: 25px; }
.brand_main .brand_goods_info .brand_floor .floor_r { flex: 1; }
.brand_main .brand_goods_info .brand_floor .floor_r .product_list { display: flex; flex-wrap: wrap; max-height: 490px; overflow: hidden; }
.brand_main .brand_goods_info .brand_floor .floor_r .product_list .product_item { width: calc(25% - 13.333px); margin-right: 10px; }
.brand_main .brand_goods_info .brand_floor .floor_r .product_list .product_item #goodsimg { width: 160px; height: 160px; position: relative; display: block; margin: auto auto 10px; }
.brand_main .brand_goods_info .brand_floor .floor_r .product_list .product_item #goodsimg img { max-width: 160px; max-height: 160px; position: absolute; right: 0; top: 0; bottom: 0; left: 0; margin: auto; }
.brand_main .brand_goods_info .brand_floor .floor_r .product_list .product_item #goodsname { text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; margin-bottom: 5px; height: 46px; font-size:14px;}
.brand_main .brand_goods_info .brand_floor .floor_r .product_list .product_item .product_price { font-size: 12px; }


.brand_main .brand_logo_wrap { margin-bottom: 20px; position: relative; }
.brand_main .brand_logo_wrap .brand_logo_container { padding: 10px 20px; background: #fff; }
.brand_main .brand_logo_wrap .brand_logo_container .brand_logo_slogan { background: #fff; position: absolute; padding: 0 40px; line-height: 90px; z-index: 2; top: 110px; left: 50%; transform: translateX(-50%); font-size: 24px; font-weight: 700; white-space: nowrap; }
.brand_main .brand_logo_wrap .brand_logo_container .brand_logo_inner { position: relative; white-space: nowrap; overflow: hidden; margin-bottom: 10px; }
.brand_main .brand_logo_wrap .brand_logo_container .brand_logo_inner .rolling_wrap { display: flex; }
.brand_main .brand_logo_wrap .brand_logo_container .brand_logo_inner .rolling_wrap .brand_rolling_back { position: relative;display:flex; }
.brand_main .brand_logo_wrap .brand_logo_inner .brand_rolling_back a { padding: 10px 20px; position: relative; width: 140px; height: 70px; }
.brand_main .brand_logo_wrap .brand_logo_inner .brand_rolling_back a img { max-width: 140px; max-height: 70px; position: absolute; right: 0; top: 0; bottom: 0; left: 0; margin: auto; }
.brand_main .brand_logo_wrap .brand_logo_inner .brand_rolling_back .logo_item::before { content: ""; width: 100%; height: 100%; position: absolute; background: hsla(0,0%,100%,.6); top: 0; left: 0; z-index: 1; }
.brand_main .brand_logo_wrap .brand_logo_inner .brand_rolling_back .logo_item:hover::before { content: none; }
/*.brand_main .banner .brand_imgtxt { width: 600px; }

.brand_main .banner .brand_imgtxt ul { width: 650px; }
.brand_main .banner .brand_imgtxt ul li { float: left; width: 118px; height: 45px; margin-right: 14px; background-color: #fff; border: 1px solid #efefef; margin-bottom: 14px; padding: 10px; }
.brand_main .banner .brand_imgtxt ul li img { height: 45px; margin: 0 auto; }*/
.brand_main .brand_txt { width: 1200px; margin: 0px auto 50px; background-color: #fff; padding: 20px 0 20px 20px; box-sizing: border-box; }
.brand_main .brand_txt .title { font-size: 18px; font-weight: 700; margin-bottom: 20px; }
.brand_main .brand_txt ul { width: 1250px; }
.brand_main .brand_txt ul li { float: left; width: 120px; text-align: left; margin-top: 20px; }
.brand_main .brand_txt ul li a { font-size: 14px; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 1; -webkit-box-orient: vertical; overflow: hidden; }

.dict_main .dict_txt { width: 1200px; margin: 0px auto 50px; background-color: #fff; padding: 20px 0 20px 20px; box-sizing: border-box; }
.dict_main .dict_txt .title { font-size: 18px; font-weight: 700; margin-bottom: 10px; }
.dict_main .dict_txt ul { width: 1250px; }
.dict_main .dict_txt ul li { float: left; width: 236px; text-align: left;  }
.dict_main .dict_txt ul li a { font-size: 14px; line-height:40px; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 1; -webkit-box-orient: vertical; overflow: hidden; }


.page_main .brand_info { background-color: #fff; border: 1px solid #efefef; }
.page_main .brand_info img { width: 200px; height: 150px; float: left; margin: 20px 0 20px 20px; padding: 0px; }
.page_main .brand_info .brand_info_con { float: left; width: 628px; margin: 20px; padding: 0; }
.page_main .brand_info .brand_info_con li { line-height: 28px; color: #5A5A5A; font-size: 14px; }
.page_main .brand_info .brand_info_con li.title { margin-bottom: 10px; font-size: 24px; color: #383636; text-align: left; }
.page_main .brand_info_list .brand_info_module { margin: 10px 0; background-color: #fff; border: 1px solid #efefef; padding: 20px; line-height: 28px; font-size: 14px; }
.page_main .brand_info_list .brand_info_module_con { margin: 10px 0px 20px 0px; }

.download_main { width: 1200px; margin: 0 auto; margin-bottom: 30px; }
.download_menu { width: 220px; background-color:#fff}
.download_menu .title { padding: 10px 20px; background: #f60; color: #fff; font-size: 18px; }
.download_menu .title em { font-size: 12px; display: block; }
.download_menu ul { border: 1px solid #ddd; }
.download_menu ul li { padding: 5px 20px; }
.download_menu ul li a { font-size: 14px; }

/*找回密码页*/
.RetrievePassword .RetrievePassword_show .tab ul li .sub_next { width: 85px; padding-right: 10px; text-align: right; line-height: 45px; }

.RetrievePassword .nav { display: flex; justify-content: center; padding: 40px 0; }

.RetrievePassword .nav .step { display: flex; font-size: 16px; line-height: 32px; }

.RetrievePassword .nav .step .number { width: 30px; height: 30px; margin-right: 10px; text-align: center; line-height: 30px; color: #fff; border-radius: 50%; background-color: #d0d0d0; }

.RetrievePassword .nav .step .txt { color: #666666; }

.RetrievePassword .nav .step .line { height: 2px; width: 100px; margin: 13px 20px 0; background-color: #d0d0d0; }

.RetrievePassword .nav .active .number { background-color: #00b14e; }

.RetrievePassword .nav .active .txt { color: #00b14e; }


.RetrievePassword .RetrievePassword_show { padding: 100px 0; background-color: #fff; margin: 0 auto 120px; width: 1200px; border: 1px solid #eee; }


.RetrievePassword .RetrievePassword_show .tab { display: flex; flex-wrap: wrap; justify-content: center; }

.RetrievePassword .RetrievePassword_show .tab .vender_mode { display: inline-block; position: relative; vertical-align: top; width: 200px; height: 160px; border: 1px solid #eee; text-align: center; cursor: pointer; font-size: 14px; background: #f5f5f5; }
.RetrievePassword .RetrievePassword_show .tab .vender_mode i { background: url(/content/images/icon_vender.png) no-repeat; width: 40px; display: inline-block; height: 40px; margin-top: 40px; }

.RetrievePassword .RetrievePassword_show .tab .vender_mode.active i { background: url(/content/images/icon_vender_white.png) no-repeat; }

.RetrievePassword .RetrievePassword_show .tab .buyer_mode { display: inline-block; position: relative; vertical-align: top; width: 200px; height: 160px; margin-left: 100px; border: 1px solid #eee; text-align: center; cursor: pointer; font-size: 14px; background: #f5f5f5; }

.RetrievePassword .RetrievePassword_show .tab .buyer_mode i { background: url(/content/images/icon_buyer.png) no-repeat; width: 40px; display: inline-block; height: 40px; margin-top: 40px; }

.RetrievePassword .RetrievePassword_show .tab .buyer_mode.active i { background: url(/content/images/icon_buyer_white.png) no-repeat; }

.RetrievePassword .RetrievePassword_show .tab .vender_mode.active, .RetrievePassword .RetrievePassword_show .tab .buyer_mode.active { background-color: #00c07b; box-shadow: 1px 3px 5px #bbb; }

.RetrievePassword .RetrievePassword_show .tab .vender_mode.active span, .RetrievePassword .RetrievePassword_show .tab .buyer_mode.active span { color: #ffffff; }

.RetrievePassword .RetrievePassword_show .tab .vender_mode span, .RetrievePassword .RetrievePassword_show .tab .buyer_mode span { font-size: 18px; color: #019944; display: block; margin-top: 5px; }

.RetrievePassword .RetrievePassword_show .tab .agreement { font-size: 12px; color: #333; text-align: center; width: 100%; margin: 60px auto; }

.RetrievePassword .RetrievePassword_show .tab .agreement a { color: #00b14e; }

.RetrievePassword .RetrievePassword_show .tab button.next_tab, .tab button.sub_next_tab, .RetrievePassword .RetrievePassword_show .tab button[type=submit] { width: 380px; height: 48px; font-size: 16px; color: #fff; background-color: #00c07b; border: none; border-radius: 3px; cursor: pointer; }

.RetrievePassword .RetrievePassword_show .tab ul li { display: flex; margin-bottom: 20px; }

.RetrievePassword .RetrievePassword_show .tab ul li .title { width: 85px; padding-right: 10px; text-align: right; line-height: 45px; }

.RetrievePassword .RetrievePassword_show .tab ul li .title .must { color: #f30; margin-right: 2px; }

.RetrievePassword .RetrievePassword_show .tab ul li .con { position: relative; width: 380px; display: flex; flex-direction: column; justify-content: center; }

.RetrievePassword .RetrievePassword_show .tab ul li .con input { text-indent: 10px; width: 100%; height: 46px; font-size: 14px; border: 1px solid #CED3D9; border-radius: 3px; }

.RetrievePassword .RetrievePassword_show .tab ul li .con .get_verify { position: absolute; top: 1px; right: -1px; }

.RetrievePassword .RetrievePassword_show .tab ul li .con .get_verify { border: none; width: 100px; height: 46px; background-color: #F5F7FA; border-left: 1px solid #CED3D9; text-align: center; line-height: 46px; border-radius: 0 3px 3px 0; cursor: pointer; }

.RetrievePassword .RetrievePassword_show .tab ul li .to_login { text-align: left; }

.RetrievePassword .RetrievePassword_show .tab ul li a { color: #00b14e; }

.RetrievePassword .RetrievePassword_show .tab .reg_success { display: flex; align-items: center; width: 454px; height: 260px; }

.RetrievePassword .RetrievePassword_show .tab .reg_success .icon_success { background: url(/content/images/icon_success.png) no-repeat; width: 48px; display: block; margin-right: 15px; height: 48px; }

.RetrievePassword .RetrievePassword_show .tab .reg_success .reg_success_con .title { font-size: 24px; color: #13BF13; margin-bottom: 10px; }

.RetrievePassword .RetrievePassword_show .tab .reg_success .reg_success_con .desc { color: #999; }

.RetrievePassword .RetrievePassword_show .tab .reg_success .reg_success_con .to_other { display: flex; margin-top: 20px; }

.RetrievePassword .RetrievePassword_show .tab .reg_success .reg_success_con .to_other .to_confirm { background-color: #00b14e; color: #fff; padding: 0 20px; height: 40px; line-height: 40px; border-radius: 3px; margin-right: 10px; }

.RetrievePassword .RetrievePassword_show .tab .reg_success .reg_success_con .to_other .to_confirm a { color: #fff; }

.RetrievePassword .RetrievePassword_show .tab .reg_success .reg_success_con .to_other .to_home { background-color: #fafafa; border: 1px solid #cfcfcf; padding: 0 20px; height: 40px; line-height: 40px; border-radius: 3px; margin-right: 10px; }





.goods_list .brand_top { display: flex; margin-top: 10px; background-color: #fff; padding: 15px; }
.goods_list .brand_top img { width: 80px; height: 80px; display: block; object-fit: contain; background: #fff; border-radius: 3px; margin-right: 10px; border: 1px solid #f0f2f4; border-radius: 3px; }

.goods_list .brand_top .noimg_bg { background-image: url(/content/image/nogoods.jpg); background-size: 100%; background-repeat: no-repeat; width: 70px; height: 70px; margin: 0 auto; display: block; }

.goods_list .brand_top .noimg_bg .noimg_top { text-align: center; display: block; font-size: 12px; margin-top: 8px; font-style: italic; position: relative; top: 10%; }


.goods_list .brand_top .brand_list_info { position: relative; flex: 1; padding: 0 0 0 20px; }
.goods_list .brand_top .brand_list_info .brand_left { float: right; margin-right: 10px; font-size: 12px; }
.goods_list .brand_top .brand_list_info #i_right { font-size: 12px; position: relative; top: -1px; margin-left: 15px; color: #060699; }
.goods_list .brand_top .brand_list_info .title { font-size: 15px; font-weight: 700; margin-bottom: 5px; }
.goods_list .brand_top .brand_list_info .companyProfile { position: relative; font-size: 12px; opacity: .6; padding-right: 14px; overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; top: 10px; }
.goods_list .brand_top .noimg_bg { background-image: url(/content/images/nogoods.jpg); background-size: 100%; background-repeat: no-repeat; width: 70px; height: 70px; margin: 0 auto; display: block; }

.goods_list .brand_top .noimg_bg .noimg_top { text-align: center; display: block; font-size: 12px; margin-top: 8px; font-style: italic; position: relative; top: 10%; }



.guide_main { width: 1200px; margin: 20px auto; }
.guide_main .flex-between-list { display: flex; flex-direction: row; justify-content: space-between; flex-wrap: wrap; }
.guide_main .item_list .flex-between { display: flex; flex-direction: row; justify-content: space-between; font-size: 0; overflow: hidden; }
.guide_main .item_list .item_guide { width: calc(47% - 9px); background: #fff; margin-bottom: 10px; padding: 20px; }

.guide_main .item_list .item_guide .cover_img img { display: block; width: 182px; height: 182px; border-radius: 3px; overflow: hidden; object-fit: cover; }

.guide_main .item_list .item_guide .guide_info { display: flex; flex-direction: column; flex: 1; width: calc(100% - 182px); padding-left: 20px; }

.guide_main .item_list .item_guide .guide_info .guide_title { font-size: 18px; font-weight: 700; line-height: 27px; color: #333; }
.guide_main .item_list .item_guide .guide_info .guide_description { font-size: 14px; font-weight: 400; line-height: 21px; color: #999; margin: 10px 0; overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; }

.guide_main .item_list .item_guide .guide_info .guide_link h3 { font-weight: 400; }

.guide_main .item_list .item_guide .guide_info .guide_link .single_line { font-size: 14px; line-height: 21px; color: #333; margin-bottom: 8px; outline: none; }

.guide_main .item_list .item_guide .guide_info a:hover { color: #f60 }
.guide_main .item_list .item_guide .guide_info .guide_link a:hover { color: #f60 }


.instruction { display: flex; width: 1200px; margin: 0 auto 20px; position: relative; }
.instruction .instruction_info { width: 900px; margin-right: 15px; background-color: #fff; padding: 20px; }
.instruction .instruction_info .instruction_content { font-size:14px;}
.instruction .instruction_info .instruction_title h1 { font-size: 24px; font-weight: 700; line-height: 36px; color: #333; }
.instruction .instruction_info .instruction_title p { font-size: 14px; font-weight: 400; line-height: 21px; color: #333; padding: 10px 0 30px; }

.instruction_right { width: 300px; }

.instruction_right .title { padding-left: 20px; height: 44px; display: flex; align-items: center; font-size: 16px; border-bottom: 1px solid #edf0f2; background-color: #fff;  }
.instruction_right ul { padding: 20px; background-color: #fff; }
.instruction_right ul li { margin-bottom: 15px; display: flex; }
.instruction_right ul li .img { margin-right: 10px; width: 80px; height: 80px; display: flex; justify-content: center; align-items: center; overflow: hidden; }
.instruction_right ul li img { max-width: 90%; max-height: 90%; }
.instruction_right ul li .info { flex: 1; }
.instruction_right ul li .info a{ overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; }
.instruction_right ul li .info .price { margin-top: 5px; font-size: 12px; display: flex; color: #999; }
.instruction_right ul li .info .price span { color: #f60; }

.instruction_right ul li .noimg_bg { background-image: url(/content/images/nogoods.jpg); background-size: 100%; width: 100%; height: 100%; }
.instruction_right ul li .noimg_bg .noimg_top { padding: 30% 0; display: block; font-size: 12px; text-align: center; }





/*****************************品牌中心品牌详情*****************************/
.brand_goodscategory { padding: 40px 0; background: #fff; margin-bottom: 40px; }
.brand_goodscategory .category_wrap { max-width: 1200px; margin: auto;}

.brand_goodscategory .category_wrap .title { font-size: 30px; text-align: center; margin-bottom: 40px; }

.brand_goodscategory .category_wrap .category_list { display: flex; flex-wrap: wrap; margin-bottom: -20px; }

.brand_goodscategory .category_wrap .category_list .category_item { flex: 1; min-width: 16.666%; margin-bottom: 20px; }

.brand_goodscategory .category_wrap .category_list .item_img {width: 100px; height: 100px; position: relative; margin: 0 auto 10px; display: block; }

.brand_goodscategory .category_wrap .category_list .item_img img { max-width: 100%; max-height: 100%; position: absolute; right: 0; top: 0; bottom: 0; left: 0; margin: auto; }
.brand_goodscategory .category_wrap .category_list .item_img .noimg { width:100px;height:100px;}

.brand_goodscategory .category_wrap .category_list .item_txt { text-align: center; padding: 0 10px; font-size: 18px; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; }


.hot_brandgoods .hot_wrap { max-width: 1200px; margin: auto; padding: 0 20px; }

.hot_brandgoods .hot_wrap .title { font-size: 30px; text-align: center; margin-bottom: 40px; }

.hot_brandgoods .hot_wrap .hotgoods_list .item_wrap { background: #fff; display: flex; padding: 30px 100px; align-items: center; margin-bottom: 20px; }

.hot_brandgoods .hot_wrap .hotgoods_list .item_wrap .hotgoods_img { width: 360px; height: 360px; position: relative; margin-right: 40px; display: block; }

.hot_brandgoods .hot_wrap .hotgoods_list .item_wrap .hotgoods_img .goods_img { max-width: 100%; max-height: 100%; position: absolute; right: 0; top: 0; bottom: 0; left: 0; margin: auto; }

.hot_brandgoods .hot_wrap .hotgoods_list .item_wrap .item_Info { flex: 1; }

.hot_brandgoods .hot_wrap .hotgoods_list .item_wrap .item_Info .item_name { font-size: 24px; margin-bottom: 20px; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; }

.hot_brandgoods .hot_wrap .hotgoods_list .item_wrap .item_Info .item_detail { font-size: 18px; margin-bottom: 10px; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 1; -webkit-box-orient: vertical; overflow: hidden; }

.hot_brandgoods .hot_wrap .hotgoods_list .item_wrap .item_Info .item_detail > p > span { color: #f60; }

.hot_brandgoods .hot_wrap .hotgoods_list .item_wrap .item_Info .item_link { font-size: 18px; padding: 15px 30px; background: #00b14e; color: #fff; border-radius: 3px; margin-top: 20px; display: inline-block; }

.hot_brandgoods .hot_wrap .hotgoods_list .hotlist_wrap { box-sizing: border-box; overflow: hidden; width: 1210px; display: flex; flex-flow: wrap; }

.hot_brandgoods .hot_wrap .hotgoods_list .hotlist_wrap .host_list { margin-right: 8px; margin-bottom: 10px; width: 394px; background-color: #fff; position: relative; padding: 30px 0; display: inline; }


.hot_brandgoods .hot_wrap .hotgoods_list .hotlist_wrap .host_list .hot_img { display: block; width: 200px; height: 200px; position: relative; margin: 0 auto 20px; }
.hot_brandgoods .hot_wrap .hotgoods_list .hotlist_wrap .host_list .hot_img img{ max-width: 100%; max-height: 100%; position: absolute; right: 0; top: 0; bottom: 0; left: 0; margin: auto; }


.hot_brandgoods .hot_wrap .hotgoods_list .hotlist_wrap .host_list .host_list_title { font-size: 18px; min-height: 54px; margin-bottom: 10px; text-align: center; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; }

.hot_brandgoods .hot_wrap .hotgoods_list .hotlist_wrap .host_list .type { margin: 0 auto; width: 240px; padding: 9px 19px; border: 1px solid #ced3d9; border-radius: 24px; font-size: 18px; text-align: center; text-overflow: ellipsis; overflow: hidden; white-space: nowrap; }


.find_goods {max-width: 1200px; margin: auto; }

.find_goods .inquiry { margin-bottom: 20px; padding: 20px; background-color: #fff; }

.find_goods .inquiry .g_title { display: flex; align-items: center; }

.find_goods .inquiry .g_title .title_left { font-size: 18px; font-weight: 700; }

.find_goods .inquiry .g_title .title_mid { margin-left: 20px; }

.find_goods .inquiry .inquiry_wrap { padding-top:20px;}

.find_goods .inquiry .inquiry_wrap .inquiry_item { margin-bottom: 20px; display: flex; }

.find_goods .inquiry .inquiry_wrap .inquiry_item .item_left { width: 140px; height: 35px; display: flex; justify-content: flex-end; align-items: center; margin-right: 10px; font-size: 14px; }

.find_goods .inquiry .inquiry_wrap .inquiry_item .item_left span { color: red; margin-right: 2px; }

.find_goods .inquiry .inquiry_wrap .inquiry_item .item_right { flex: 1; max-width: 674px; min-width: 464px; }

.find_goods .inquiry .inquiry_wrap .inquiry_item .item_right .item_right_input { font-size: 14px; line-height: 21px; color: #333; background-color: #fff; border: 1px solid #ced3d9; padding: 7px 10px; border-radius: 3px; width: 100%; }

.find_goods .inquiry .inquiry_wrap .inquiry_item .item_ul { display: flex; }

.find_goods .inquiry .inquiry_wrap .inquiry_item .item_ul li { border: 1px solid #ced3d9; border-radius: 3px; font-size: 14px; padding: 7px 15px; margin-right: 10px; position: relative; overflow: hidden; cursor: pointer; }

.find_goods .inquiry .inquiry_wrap .inquiry_item .item_txt { flex: 1; max-width: 506px; min-width: 348px; }

.find_goods .inquiry .inquiry_wrap .inquiry_item #common_btn { display: inline-block; cursor: pointer; border-radius: 3px; text-align: center; padding: 8px 20px; background-color: #f60; border: 1px solid #f60;color:aliceblue }


.find_goods .inquiry .inquiry_wrap .inquiry_item .item_ul .selected{ border: 1px solid #f60; color: #f60; }

.find_goods .inquiry .inquiry_wrap .input_error { margin-top: -15px; margin-left: 150px; margin-bottom: 20px; height: 16px; color: #e64545; }




.category_goods { width: 1200px; margin: 20px auto; }

.category_goods .content_wrap { background-color: #fff; border: 1px solid #eee; padding: 5px 20px 5px 44px; margin-bottom: 20px; }

.category_goods .content_wrap span { text-align: left; font-size: 20px; line-height: 40px; }

.category_goods .content_wrap ul { display: flex; flex-wrap: wrap; }

.category_goods .content_wrap ul li { font-size: 14px; width: 126px; overflow: hidden; white-space: nowrap; line-height: 40px; }

.category_goods .content_wrap ul li a { font-size: 14px; }

.category_goods .content_wrap ul li .active { color: #00b14e; }


/****************品牌中心企业详情*******************/

.brand_company { background: #fff; padding: 40px; }

.brand_company .brand_company_info { margin: 10px 0 0 0; }

.brand_company .brand_company_info p { font-size: 14px; line-height: 31px; }


/**********************售后服务**************************/
.afterSales .banner { height: 500px; background: url(/Content/images/banner.947358c.jpg) no-repeat #0065ff; background-size: 1920px 500px; background-position: 50%; cursor: pointer; }

.afterSales .nav_wrap { height: 64px; background: #fff; border-bottom: 1px solid #edf0f2; }

.afterSales .nav_wrap .nav_row { width: 1200px; margin: 0 auto; display: flex; justify-content: space-between; align-items: center; }

.afterSales .nav_wrap .nav_row .nav_list { height: 64px; display: flex; }

.afterSales .nav_wrap .nav_row .nav_list .nav { position: relative; height: 64px; line-height: 64px; text-align: center; font-size: 16px; cursor: pointer; transition: all .2s ease-in; margin-right: 60px; }

.afterSales .nav_wrap .nav_row .nav_sqsh { width: 86px; height: 35px; background: #09f; border-radius: 4px; font-size: 14px; line-height: 34px; text-align: center; color: #fff; transition: all .2s ease-in; cursor: pointer; }

.afterSales .section_box { width: 1200px; margin: 0 auto; }

.afterSales .section_box .common_title>h3 { font-size: 24px; font-weight: 700; text-align: center; }
.afterSales .fades-ele { transform: translateY(100px); opacity: 0; }
.afterSales .fades-in { transform: translateY(0); opacity: 1; transition: .75s linear; }

.afterSales .section_fwjs { background-image: linear-gradient(180deg,#e6f3fd,#f5f7fa); padding: 80px 0; overflow: hidden; }

.afterSales .section_fwjs .fwjs>p:first-child { margin-top:20px;}

.afterSales .section_fwjs .fwjs > p { max-width: 800px; text-align: center; margin: 10px auto auto; font-size: 14px; }



.afterSales .section_fwlc { background: url(/Content/images/bg-fwlc.e72875d.jpg) no-repeat #e7f4fd; background-size: 1920px 346px; background-position: 50%; padding: 80px 0; overflow: hidden; }

.afterSales .section_fwlc .fwlc { display: flex; align-items: center; margin-top: 40px; }

.afterSales .section_fwlc .fwlc .item { position: relative; width: 20%; text-align: center; }


.afterSales .section_fwlc .fwlc .item:not(:last-child)::after { content: ""; width: calc(50% - 23px); height: 2px; background: #09f; position: absolute; top: 23px; right: 0; }

.afterSales .section_fwlc .fwlc .item:not(:first-child)::before { content: ""; width: calc(50% - 23px); height: 2px; background: #09f; position: absolute; top: 23px; left: 0; }

.afterSales .section_fwlc .fwlc .item .xh { width: 46px; height: 46px; margin: auto; border-radius: 50%; border: 2px solid #09f; font-size: 18px; color: #09f; line-height: 42px; }

.afterSales .section_fwlc .fwlc .item .xh > p { margin-top:10px;}

.afterSales .section_box .common_title p { font-size: 14px; color: #999; text-align: center; margin-top: 10px; }



.afterSales .section_fwnl { background: #f5f7fa; padding: 80px 0; overflow: hidden; }

.afterSales .section_fwnl .fwnl { width: 1220px; display: flex; flex-wrap: wrap; padding-top: 20px; }

.afterSales .section_fwnl .fwnl .item { width: 322px; background-color: hsla(0,0%,100%,.7); border: 2px solid #fff; border-radius: 5px; display: flex; padding: 30px; margin-right: 20px; margin-top: 20px; }

.afterSales .section_fwnl .fwnl .item img { margin-right: 20px;max-width:56px;max-height:56px; }

.afterSales .section_fwnl .fwnl .item .font h3 { font-size: 18px; font-weight: 700; }

.afterSales .section_fwnl .fwnl .item .font h4 { font-size: 14px; margin-top: 10px;font-weight:normal; }



.afterSales .section_fwxz { background: url(/Content/images/bg-fwxz.04bad80.jpg) no-repeat #0065ff; background-size: 1920px 466px; background-position: 50%; padding: 80px 0; overflow: hidden; }

.white { color:#fff;}

.afterSales .section_fwxz .section_box .common_title > p { color:#fff;}

.afterSales .section_fwxz .fwxz { padding-top: 40px; }

.afterSales .section_fwxz .fwxz .row { display: flex; align-items: center; }

.afterSales .section_fwxz .fwxz .row .item { width: 33.32%; }

.afterSales .section_fwxz .fwxz .row .item img { display: block; width: 48px; height: 48px; margin: auto; }

.afterSales .section_fwxz .fwxz .row .item >h3{ font-size: 18px; font-weight: 700; text-align: center; color: #fff; margin-top: 20px; }

.afterSales .section_fwxz .fwxz .row .item > h4 { font-size: 14px; text-align: center; color: #fff; margin-top: 5px; }




.afterSales .section_fwal { background: #e6f3fd; padding: 80px 0; overflow: hidden; }

.afterSales .section_fwal .fwal { background: hsla(0,0%,100%,.7); border: 2px solid #fff; border-radius: 3px; margin-top: 40px; padding: 0 40px 40px; }

.afterSales .section_fwal .fwal .tab ul { height: 67px; border-bottom: 1px solid #edf0f2; display: flex; justify-content: center; align-items: center; margin: 0 0 40px; }

.afterSales .section_fwal .fwal .tab ul li { line-height: 66px; position: relative; font-size: 18px; margin: 0 20px; cursor: pointer; transition: all .2s ease-in; }

.afterSales .section_fwal .fwal .tab ul .active { color: #09f; font-weight: 700; }

.afterSales .section_fwal .fwal .tab ul .active:after { content: ""; display: block; position: absolute; left: 0; bottom: 0; width: 100%; border-bottom: 3px solid #09f; }

.afterSales .section_fwal .fwal .fwal_content ul li{ width: 1120px; display: flex; justify-content: space-between; align-items: flex-start; }
.afterSales .section_fwal .fwal .fwal_content ul li .item_info { width: 360px; }

.afterSales .section_fwal .fwal .fwal_content ul li .item_info > img { width: 360px; height: 200px; object-fit: cover; cursor: pointer; }

.afterSales .section_fwal .fwal .fwal_content ul li .item_info .font { font-size: 14px; text-align: center; margin-top: 20px; }



.afterSales .section_sqsh { background: #f5f7fa; padding: 80px 0; overflow: hidden; }

.afterSales .section_sqsh .sqsh { background-color: hsla(0,0%,100%,.7); border: 2px solid #fff; border-radius: 3px; margin-top: 40px; padding: 40px; }

.afterSales .section_sqsh .sqsh .sqsh_content { border-bottom: 1px solid #edf0f2; padding-bottom: 40px; }

.afterSales .section_sqsh .sqsh .sqsh_content .sqsh_title { font-size: 18px; font-weight: 700; color: #333; padding-left: 15px; position: relative; }

.afterSales .section_sqsh .sqsh .sqsh_content .sqsh_title:after { content: ""; height: 20px; position: absolute; left: 0; top: 50%; transform: translateY(-50%); border-left: 5px solid #09f; }

.afterSales .section_sqsh .sqsh .row { display: flex; justify-content: space-between; }

.afterSales .section_sqsh .sqsh .row .left, .afterSales .section_sqsh .sqsh .row .right { width: calc(50% - 16px); }

.afterSales .section_sqsh .sqsh .form_item { padding-top: 20px; }

.afterSales .section_sqsh .sqsh .form_item .label { padding-left: 6px; position: relative;font-size:14px; }

.afterSales .section_sqsh .sqsh .form_item .input { width: 94%; height: 33px; background-color: #fff; border: 1px solid #ced3d9; border-radius: 3px; padding: 1px 10px; font-size: 14px; margin-top: 10px; }

.afterSales .section_sqsh .sqsh .form_item .item_ul { margin-top: 10px; display: flex; }

.afterSales .section_sqsh .sqsh .form_item .item_ul li { border: 1px solid #ced3d9; border-radius: 3px; font-size: 14px; white-space: nowrap; padding: 6px 12px; margin-right: 10px; position: relative; overflow: hidden; cursor: pointer; }

.afterSales .section_sqsh .sqsh .form_item span { color:red;}

.afterSales .section_sqsh .sqsh .sqsh_content .submit { display: flex; align-items: center; margin-top: 20px; }

.afterSales .section_sqsh .sqsh .sqsh_content .submit .btn { width: 68px; height: 43px; background: #09f; border-radius: 3px; font-size: 14px; line-height: 21px; text-align: center; line-height: 43px; color: #fff; cursor: pointer; }

.afterSales .section_sqsh .sqsh .sqsh_content .submit .tips{ font-size: 14px; color: #999; margin-left: 20px; }

.afterSales .section_cjwt { background: url(/Content/images/bg-cjwt.ea82388.jpg) no-repeat #e7f4fd; background-size: 1920px 346px; background-position: top; padding: 80px 0; overflow: hidden; }


.afterSales .section_cjwt .cjwt { width: 1200px; overflow: hidden; margin-top: 20px; }

.afterSales .section_cjwt .cjwt .row { width: 1220px; display: flex; flex-wrap: wrap; }

.afterSales .section_cjwt .cjwt .row .iitem { width: 590px; height: 156px; background-color: hsla(0,0%,100%,.7); border: 2px solid #fff; border-radius: 5px; margin-right: 20px; margin-top: 20px; padding: 40px; cursor: pointer; box-sizing: border-box; }

.afterSales .section_cjwt .cjwt .row .iitem .Q{ position: relative; padding-left: 30px; font-size:14px;}

.afterSales .section_cjwt .cjwt .row .iitem .A { position: relative; padding-left: 30px; margin-top: 14px; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; font-size:14px;}

.afterSales .section_cjwt .cjwt .row .iitem .Q .icon { width: 21px; height: 21px; background-color: #09f; border-radius: 3px; font-size: 12px; line-height: 20px; text-align: center; color: #fff; position: absolute; left: 0; top: 0; }

.afterSales .section_cjwt .cjwt .row .iitem .A .icon { width: 21px; height: 21px; background-color: #f90; border-radius: 3px; font-size: 12px; line-height: 20px; text-align: center; color: #fff; position: absolute; left: 0; top: 0; }

.afterSales .section_cjwt .cjwt .btn { display: block; width: 152px; height: 35px; line-height: 34px; border: 1px solid #ced3d9; border-radius: 4px; font-size: 14px; text-align: center; margin: 40px auto 0; transition: all .2s ease-in; }


.afterSales .section_lxwm { background: #1d5af0; background: url(/Content/images/bg-lxwm.jpg) no-repeat #0065ff; background-size: 1920px 312px; background-position: 50%; overflow: hidden; }

.afterSales .section_lxwm .box7 { display: flex; justify-content: space-between; padding: 80px 0; }

.afterSales .section_lxwm .box7 .left { padding-top: 10px; }

.afterSales .section_lxwm .box7 .left .title { font-size: 24px; font-weight: 700; line-height: 36px; color: #fff; }

.afterSales .section_lxwm .box7 .left .row { display: flex; align-items: center; margin-top: 40px; }

.afterSales .section_lxwm .box7 .left .row .icon-lianxidianhua { font-size: 24px; color: #fff; margin-right: 10px; }

.afterSales .section_lxwm .box7 .left .row .span1 { font-size: 18px; color: #fff; }

.afterSales .section_lxwm .box7 .left .row .span2 { font-size: 18px; color: #fb0; font-weight: 700; margin-right: 20px; }

.afterSales .section_lxwm .box7 .left .row .span3 { font-size: 14px; color: hsla(0,0%,100%,.6); }

.afterSales .section_lxwm .box7 .right { display: flex; }

.afterSales .section_lxwm .box7 .right .code img { display: block; width: 100px; height: 100px; border-radius: 3px; margin: auto auto 10px; }

.afterSales .section_lxwm .box7 .right .code p { font-size: 14px; text-align: center; color: #fff; }


.afterSales .section_lxwm .box7 .right .code2 { margin-left: 72px; }



.afterSales .nav_wrap .nav_row .nav_list .active { color: #09f; font-weight: 700; }

.afterSales .nav_wrap .nav_row .nav_list .active:after { content: ""; display: block; position: absolute; left: 0; bottom: 0; width: 100%; border-bottom: 3px solid #09f; }

.afterSales .nav_wrap.fixed { position: fixed; top: 0; left: 0; right: 0; z-index: 999; box-shadow: 0 16px 15px -10px rgba(0,0,0,.1); }



/***************************首页为您找货*******************************/

.other_list { height: 430px; background: url(/Content/images/searchGoods.a5b8b86.jpg) no-repeat; width: 1200px; margin: 20px auto; }

.other_list .other_list_bg { display: flex; justify-content: space-between;padding:40px; }

.other_list .other_list_bg .for_left { padding: 20px 0 29px 20px; }

.other_list .other_list_bg .for_left .left_title { font-size: 24px; font-weight: 700; margin-bottom: 20px; }

.other_list .other_list_bg .for_left .left_desc { font-size: 16px; margin-bottom: 40px; }

.other_list .other_list_bg .for_left .left_content { display: flex; margin-bottom: 40px; }

.other_list .other_list_bg .for_left .left_content .content_item { margin-right: 50px; }

.other_list .other_list_bg .for_left .left_content .content_item .nums { font-size: 18px; font-weight: 900; margin-bottom: 5px; }

.other_list .other_list_bg .for_left .left_content .content_item .descs { font-size: 14px; color: #999; margin-bottom: 20px; }


.other_list .other_list_bg .for_right .goods_inquiry { background-color: #fff; padding: 40px 40px 30px; }

.other_list .other_list_bg .for_right .goods_inquiry .inquiry_item { margin-bottom: 20px; display: flex; flex: 1; }

.other_list .other_list_bg .for_right .goods_inquiry .inquiry_item .inquiry_item_title { width: 116px; height: 35px; display: flex; justify-content: flex-end; align-items: center; margin-right: 10px;font-size:14px; }

.other_list .other_list_bg .for_right .goods_inquiry .inquiry_item .inquiry_item_title > span { color: red; margin-right: 2px; }

.other_list .other_list_bg .for_right .goods_inquiry .inquiry_item .inquiry_item_input { flex: 1; max-width: 426px; min-width: 426px; }

.other_list .other_list_bg .for_right .goods_inquiry .inquiry_item .inquiry_item_input .inquiry_input { height:19px; font-size: 14px; line-height: 21px; color: #333; background-color: #fff; border: 1px solid #ced3d9; padding: 7px 10px; border-radius: 3px;width:400px; }

.other_list .other_list_bg .for_right .goods_inquiry .inquiry_item .want_ul { display: flex; min-width: 368px; }

.other_list .other_list_bg .for_right .goods_inquiry .inquiry_item .want_ul li { border: 1px solid #ced3d9; border-radius: 3px; font-size: 14px; padding: 5px 10px; margin-right: 10px; position: relative; overflow: hidden; cursor: pointer; }

.other_list .other_list_bg .for_right .goods_inquiry .inquiry_item .inquiry_item_btn { background-color: #f60; border: 1px solid #f60; padding: 8px 20px; color: #fff; display: inline-block; cursor: pointer; border-radius: 3px; text-align: center; }

.other_list .other_list_bg .for_right .goods_inquiry .inquiry_item .want_ul .active { border: 1px solid #f60; color: #f60; }

.other_list .other_list_bg .for_right .goods_inquiry .inquiry_item .input_error { color: rgb(230, 69, 69); }


/*************************完善用户信息********************************/
.perfectinfo .nav { display: flex; justify-content: center; padding: 40px 0; }

.perfectinfo .nav .step { display: flex; font-size: 16px; line-height: 32px; }

.perfectinfo .nav .step .number { width: 30px; height: 30px; margin-right: 10px; text-align: center; line-height: 30px; color: #fff; border-radius: 50%; background-color: #d0d0d0; }

.perfectinfo .nav .step .txt { color: #666666; }

.perfectinfo .nav .step .line { height: 2px; width: 100px; margin: 13px 20px 0; background-color: #d0d0d0; }

.perfectinfo .nav .active .number { background-color: #00b14e; }

.perfectinfo .nav .active .txt { color: #00b14e; }


.perfectinfo .perfectinfo_show { padding: 100px 0; background-color: #fff; margin: 0 auto 120px; width: 1200px; border: 1px solid #eee; }


.perfectinfo .perfectinfo_show .tab { display: flex; flex-wrap: wrap; justify-content: center; }

.perfectinfo .perfectinfo_show .tab .vender_mode { display: inline-block; position: relative; vertical-align: top; width: 200px; height: 160px; border: 1px solid #eee; text-align: center; cursor: pointer; font-size: 14px; background: #f5f5f5; }

.perfectinfo .perfectinfo_show .tab .vender_mode i { background: url(/content/images/icon_vender.png) no-repeat; width: 40px; display: inline-block; height: 40px; margin-top: 40px; }

.perfectinfo .perfectinfo_show .tab .vender_mode.active i { background: url(/content/images/icon_vender_white.png) no-repeat; }

.perfectinfo .perfectinfo_show .tab .buyer_mode { display: inline-block; position: relative; vertical-align: top; width: 200px; height: 160px; margin-left: 100px; border: 1px solid #eee; text-align: center; cursor: pointer; font-size: 14px; background: #f5f5f5; }

.perfectinfo .perfectinfo_show .tab .buyer_mode i { background: url(/content/images/icon_buyer.png) no-repeat; width: 40px; display: inline-block; height: 40px; margin-top: 40px; }

.perfectinfo .perfectinfo_show .tab .buyer_mode.active i { background: url(/content/images/icon_buyer_white.png) no-repeat; }

.perfectinfo .perfectinfo_show .tab .vender_mode.active, .perfectinfo .perfectinfo_show .tab .buyer_mode.active { background-color: #00c07b; box-shadow: 1px 3px 5px #bbb; }

.perfectinfo .perfectinfo_show .tab .vender_mode.active span, .perfectinfo .perfectinfo_show .tab .buyer_mode.active span { color: #ffffff; }

.perfectinfo .perfectinfo_show .tab .vender_mode span, .perfectinfo .perfectinfo_show .tab .buyer_mode span { font-size: 18px; color: #019944; display: block; margin-top: 5px; }

.perfectinfo .perfectinfo_show .tab .agreement { font-size: 12px; color: #333; text-align: center; width: 100%; margin: 60px auto; }
.perfectinfo .perfectinfo_show .tab .agreement a { color: #00b14e; }

.perfectinfo .perfectinfo_show .tab button.next_tab, .tab button.sub_next_tab, .perfectinfo .perfectinfo_show .tab button[type=submit] { width: 380px; height: 48px; font-size: 16px; color: #fff; background-color: #00c07b; border: none; border-radius: 3px; cursor: pointer; }

.perfectinfo .perfectinfo_show .tab ul li { display: flex; margin-bottom: 20px; }

.perfectinfo .perfectinfo_show .tab ul li .title { width: 85px; padding-right: 10px; text-align: right; line-height: 45px; }

.perfectinfo .perfectinfo_show .tab ul li .title .must { color: #f30; margin-right: 2px; }

.perfectinfo .perfectinfo_show .tab ul li .con { position: relative; width: 380px; display: flex; flex-direction: column; justify-content: center; }

.perfectinfo .perfectinfo_show .tab ul li .con input { text-indent: 10px; width: 100%; height: 46px; font-size: 14px; border: 1px solid #CED3D9; border-radius: 3px; }

.perfectinfo .perfectinfo_show .tab .reg_success { display: flex; align-items: center; width: 454px; height: 260px; }

.perfectinfo .perfectinfo_show .tab .reg_success .icon_success { background: url(/content/images/icon_success.png) no-repeat; width: 48px; display: block; margin-right: 15px; height: 48px; }

.perfectinfo .perfectinfo_show .tab .reg_success .reg_success_con .title { font-size: 24px; color: #13BF13; margin-bottom: 10px; }

.perfectinfo .perfectinfo_show .tab .reg_success .reg_success_con .desc { color: #999; }

.perfectinfo .perfectinfo_show .tab .reg_success .reg_success_con .to_other { display: flex; margin-top: 20px; }

.perfectinfo .perfectinfo_show .tab .reg_success .reg_success_con .to_other .to_confirm { background-color: #00b14e; color: #fff; padding: 0 20px; height: 40px; line-height: 40px; border-radius: 3px; margin-right: 10px; }
.perfectinfo .perfectinfo_show .tab .reg_success .reg_success_con .to_other .to_confirm a { color: #fff; }

.perfectinfo .perfectinfo_show .tab .reg_success .reg_success_con .to_other .to_home { background-color: #fafafa; border: 1px solid #cfcfcf; padding: 0 20px; height: 40px; line-height: 40px; border-radius: 3px; margin-right: 10px; }


/*******************************百科*********************************/
.baike { min-width: 1200px; margin: 0 auto; padding-bottom: 120px;background-color:#fff; }
.baike .baike_content { width: 640px; margin: 0 auto; text-align: center; padding: 132px 0; }
.baike .baike_content .baike_title { color: #999; font-size: 15px; margin: 10px 0 40px; }
.baike .baike_content .baike_img { width: 242px; height: 48px; margin: auto; text-align: center; }
.baike .baike_content .baike_img > h1 { font-size: 40px; }
.baike .baike_content .search_cont .search { overflow: hidden; box-sizing: border-box; }
.baike .baike_content .search_cont .search .search_input { float: left; width: 80%; height: 100%; border-radius: 3px 0 0 3px; padding: 0 10px; }
.baike .baike_content .search_cont .search .search_input .search_text { width: 100%; height: 48px; border-radius: 3px 0 0 3px; padding: 0 10px; border: 2px solid #00c07b; border-right: none; }
.baike .baike_content .search_cont .search .search_btn { float: right; height: 100%; text-align: center; background-color: #00c07b; border-radius: 0 3px 3px 0; cursor: pointer; color: #fff; font-size: 16px; width: 104px; line-height: 52px; }
.baike .baike_content .click_box { margin: 40px 0; color: #00c07b; font-size: 14px;cursor:pointer; }
.baike .baike_content .click_box .cb_create::after { content: ""; display: inline-block; width: 1px; height: 15px; background-color: #e6ecf2; margin: 0 15px; position: relative; top: 3px; left: 2px; }
.baike .gybk { position: fixed; z-index: 10000; top: 0; bottom: 0; left: 0; right: 0; background-color: rgba(0,0,0,.6); text-align: center; }
.baike .gybk .bk_cover { transform: translateY(160%); }
.baike .gybk .bk_cover .bk_content { display: inline-block; vertical-align: middle; text-align: left; width: 600px; max-height: 680px; border-radius: 5px; background-color: #fff; }
.baike .gybk .bk_cover .bk_content .bk_title { border-radius: 5px 5px 0 0; padding-left: 20px; height: 44px; font-size: 16px; background-color: #f5f7fa; display: flex; justify-content: space-between; align-items: center; }
.baike .gybk .bk_cover .bk_content .bk_title > span { font-size: 18px; }
.baike .gybk .bk_cover .bk_content .bk_title .icon-cuohao { margin-right: 20px; }
.baike .gybk .bk_cover .bk_content .bk_body { padding: 20px; }
.baike .gybk .bk_cover .bk_content .bk_body > p { font-size: 14px; }
.baike .gybk .bk_cover .bk_content .bk_body .gybk_btn { text-align: center; margin-top:20px;}
.baike .gybk .bk_cover .bk_content .bk_body .gybk_btn .close { background-color: #00c07b; border: #00c07b; padding: 8px 20px; color: #fff; display: inline-block; cursor: pointer; border-radius: 3px; text-align: center;font-size:14px; }
.baike .baike_content .click_box span:hover { color: #f60 }
.baike .baike_content .hotword_wrap { background: #fff; text-align: left; padding-left: 10px; }
.baike .baike_content .hotword_wrap .hot_title { height: 41px; line-height: 41px; display: flex; justify-content: space-between; }
.baike .baike_content .hotword_wrap .hot_title .ht_left { font-weight: 700; font-size: 14px; }
.baike .baike_content .hotword_wrap .hot_title .ht_right { font-size: 12px; color: #666; cursor: pointer; }
.baike .baike_content .hotword_wrap .hot_title .ht_right .icon-huanyipi { font-size: 18px; margin-right: 5px; position: relative; top: 2px; font-weight: 600; }
.baike .baike_content .hotword_wrap .hot_content { overflow: hidden; width: 100%; height: 123px; }
.baike .baike_content .hotword_wrap .hot_content .hc_list { height: 123px; }
.baike .baike_content .hotword_wrap .hot_content .hc_list .hc_item { width: calc(33.33% - 20px); cursor: pointer; display: inline-block; margin-right: 10px; white-space: nowrap; text-overflow: ellipsis; overflow: hidden; }
.baike .baike_content .hotword_wrap .hot_content .hc_list .hc_item .num { font-size: 12px; font-weight: 700; text-align: center; border-radius: 3px; color: #333; background: #ebeff2; display: inline-block; width: 20px; height: 20px; line-height: 20px; }
.baike .baike_content .hotword_wrap .hot_content .hc_list .hc_item .txt { margin-left: 10px; line-height: 41px; overflow: hidden; white-space: nowrap; text-overflow: ellipsis;font-size:14px; }
.baike .baike_content .hotword_wrap .hot_content .hc_list .hc_item .num.one { color: #fff; background-image: linear-gradient(to bottom right,#f9958e,#f6736b); }
.baike .baike_content .hotword_wrap .hot_content .hc_list .hc_item .num.two { color: #fff; background-image: linear-gradient(to bottom right,#fec097,#fa9c58); }
.baike .baike_content .hotword_wrap .hot_content .hc_list .hc_item .num.three { color: #fff; background-image: linear-gradient(to bottom right,#f9dec2,#edbf90); }


/************************百科详情页*************************/
.baike_info { max-width: 1200px; margin: 0 auto; padding: 20px; overflow: hidden; }
.baike_info .content_left { float: left; width: 65%; background: #fff; padding: 30px 40px 40px; margin-bottom: 40px; }
.baike_info .content_left .block_top { margin-bottom: 40px; }
.baike_info .content_left .block_top .title { font-size: 32px; line-height: 40px; font-weight: 700; margin-bottom: 20px; }
.baike_info .content_left .block_top .block_top_content { font-size:14px;}
.baike_info .content_left .block_list .info_cnt { margin-bottom: 20px; padding-top: 20px; }
.baike_info .content_left .block_list .info_cnt .info_cnt_title { font-size: 24px; font-weight: 700;position: relative; padding-left: 20px; margin-bottom: 30px; }
.baike_info .content_left .block_list .info_cnt .info_cnt_title::before { content: ""; position: absolute; width: 5px; height: 24px; background: #00b14e; left: 0; top: 1px; border-radius: 2.5px; }
.baike_info .content_left .block_list .info_cnt .info_cnt_html { font-size:14px;line-height:2;}
.baike_info .content_left .block_list .info_cnt .info_cnt_html > table { width: 100%; border-collapse: collapse; border-spacing: 0; font-size: 14px; text-align: left; line-height: 1.5; }
.baike_info .content_left .block_list .info_cnt .info_cnt_html > table > tbody > tr > th { border: 1px solid #e1e5e8; background: #f5f7fa; padding: 12px 10px; font-weight: 400; }
.baike_info .content_left .block_list .info_cnt .info_cnt_html > table > tbody > tr > td { border: 1px solid #e1e5e8; padding: 15px 10px; }
.baike_info .content_right { float: right; width: 24%; background: #fff; padding: 20px 20px 10px; margin-bottom: 30px; }
.baike_info .content_right .rel_wrap { background: #fff;margin-bottom: 20px; }
.baike_info .content_right .rel_wrap .rel_title { font-weight: 700; margin-bottom: 10px; font-size: 14px; }
.baike_info .content_right .rel_wrap .rel_list > a { display: block; border-bottom: 1px solid #f5f7fa; white-space: nowrap; text-overflow: ellipsis; overflow: hidden; font-size: 14px; padding: 10px 0; }


.baike_search { background-color: #fff; }
.baike_search .header_show { width: 1200px; margin: 0 auto; display: flex; justify-content: space-between; align-items: center;  }
.baike_search .header_show .search { width: 600px; height: 70px; margin-top: 30px; }
.baike_search .header_show .search input { width: 450px; height: 18px; line-height: 18px; padding: 9px; border: 2px solid #00c07b; float: left; outline: medium; color: #666; }
.baike_search .header_show .search strong { width: 80px; font-size: 16px; font-weight: normal; height: 40px; line-height: 40px; text-align: center; background-color: #00c07b; color: #fff; cursor: pointer; float: left; }
.baike_search .header_show .btn_info { width: 295px;text-align: center; overflow: hidden; }
.baike_search .header_show .btn_info .btn { display: inline-block; vertical-align: top; width: 58px; height: 22px; font-size: 14px; color: #00b14e; line-height: 22px; text-align: center; cursor: pointer; }
.baike_search .header_show .btn_info .line { display: inline-block; vertical-align: top; width: 0; height: 15px; border-right: 1px solid #e6ecf2; margin: 3px 15px 0; }
.baike_search .header_show .title > span a{ font-size: 32px; font-weight: 700; color: #00c07b; }

/****************************搜索详情******************************/
.search_baike { max-width: 1200px; min-width: 1060px; margin: 20px auto; overflow: hidden; }
.search_baike .sr_left { width: 70%; float: left; background: #fff; }
.search_baike .sr_right { width: 25%; float: right; padding: 10px 20px; background: #fff; text-align: left; }
.search_baike .sr_left .sr_list .sr_item { background-color: #fff; padding: 20px; border-bottom: 1px solid #ebeff2; }
.search_baike .sr_left .sr_list .sr_item .item_title { overflow: hidden; margin-bottom: 9px; }
.search_baike .sr_left .sr_list .sr_item .item_title > a { float: left; font-size: 18px; }
.search_baike .sr_left .sr_list .sr_item .item_title .item_type { float: right; color: #999; }
.search_baike .sr_left .sr_list .sr_item .item_desc > p { font-size: 14px; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; text-overflow: ellipsis; }
.search_baike .sr_left .sr_list .sr_item .item_title > a > span { color: #FF6600; }
.search_baike .sr_right .hot_wrap .hot_title { overflow: hidden; height: 41px; line-height: 41px; }
.search_baike .sr_right .hot_wrap .hot_title .ht_left { float: left; font-weight: 700; font-size: 14px; }
.search_baike .sr_right .hot_wrap .hot_title .ht_right { float: right;cursor:pointer; }
.search_baike .sr_right .hot_wrap .hot_title .ht_right > i { font-size: 18px; }
.search_baike .sr_right .hot_wrap .hot_content .hc_list .hc_item { display: block; white-space: nowrap; text-overflow: ellipsis; overflow: hidden; cursor: pointer; border-bottom: 1px solid #f5f7fa; }
.search_baike .sr_right .hot_wrap .hot_content .hc_list .num { font-size: 12px; font-weight: 700; text-align: center; border-radius: 3px; color: #333; background: #ebeff2; display: inline-block; width: 20px; height: 20px; line-height: 20px; }
.search_baike .sr_right .hot_wrap .hot_content .hc_list .num.one { color: #fff; background-image: linear-gradient(to bottom right,#f9958e,#f6736b); }
.search_baike .sr_right .hot_wrap .hot_content .hc_list .num.two { color: #fff; background-image: linear-gradient(to bottom right,#fec097,#fa9c58); }
.search_baike .sr_right .hot_wrap .hot_content .hc_list .num.three { color: #fff; background-image: linear-gradient(to bottom right,#f9dec2,#edbf90); }
.search_baike .sr_right .hot_wrap .hot_content .hc_list .txt { margin-left: 10px; line-height: 41px; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; font-size: 14px; }


.baike_info .directory_wrap { width: 100%; margin-bottom: 40px; border: 1px solid #e1e5e8; font-size: 14px; overflow: hidden; height: 120px; }
.baike_info .directory_wrap .directory_title { background: #f5f7fa; width: 60px; float: left; height: 100%; overflow: hidden; text-align: center; line-height: 125px; }
.baike_info .directory_wrap .directory_list { padding: 15px 20px; border-left: 1px solid #e1e5e8; height: 100%; float: left; width: calc(33.33333% - 20px); box-sizing: border-box; }
.baike_info .directory_wrap .directory_list .directory_item { margin-bottom: 8px; color: #00c07b; cursor: pointer; font-size: 14px; overflow: hidden; }
.baike_info .directory_wrap .directory_list .directory_item:hover { color:#f60;}
.baike_info .directory_wrap .directory_list .directory_item .item_no { margin-right: 10px; float: left; }

/*********************************注册证****************************************/
.page_main .zhucezheng_li_con { float: left; width: 833px; background-color: #fff; padding: 10px 10px 0 10px; }
.page_main .zhucezheng_li_con ul li { position: relative; padding: 20px 0 10px; border-bottom: 1px solid #eaeaea; }
.page_main .zhucezheng_li_con ul li a { font-size: 20px; line-height: 26px; }

.page_main .zhucezheng_li_con .search_cont { width:640px;}
.page_main .zhucezheng_li_con .search_cont .search { overflow: hidden; box-sizing: border-box; }
.page_main .zhucezheng_li_con .search_cont .search .search_input { float: left; width: 80%; height: 100%; border-radius: 3px 0 0 3px; padding: 0 10px; }
.page_main .zhucezheng_li_con .search_cont .search .search_input .search_text { width: 100%; height: 48px; border-radius: 3px 0 0 3px; padding: 0 10px; border: 2px solid #00c07b; border-right: none; }
.page_main .zhucezheng_li_con .search_cont .search .search_btn { float: right; height: 100%; text-align: center; background-color: #00c07b; border-radius: 0 3px 3px 0; cursor: pointer; color: #fff; font-size: 16px; width: 104px; line-height: 52px; }

.page_main .zhucezheng { background-color: #ffffff; padding: 40px; }
.page_main .zhucezheng h1 { font-size: 30px; font-weight: 700; margin-bottom: 20px; }
.page_main .zhucezheng ul li { display: flex; }
.page_main .zhucezheng ul li .title { background: #f5f7fa; padding: 10px 20px; border: 1px solid #dae0e6; margin-bottom: -1px; display: flex; align-items: center; width: 180px; }
.page_main .zhucezheng ul li .con { border: 1px solid #dae0e6; border-left: 0; margin-bottom: -1px; padding: 10px 20px; flex: 1; }
.page_main .zhucezheng .info { margin-top: 10px; }

/*404*/
.nofound { width: 100%; height: 1000px; margin: 0 auto; background-color: #396; }
.nofound img { margin: 0 auto; }
.nofound .erro { width: 500px; margin: 0 auto; padding-top: 30px; }
.nofound .btn_index { width: 160px; height: 58px; float: left; background: url(/Content/images/btn.png) no-repeat 0px 0px; }
.nofound .btn_nex { width: 160px; height: 58px; float: right; background: url(/Content/images/btn.png) no-repeat 0px -58px; }
.nofound .btn_index:hover { background: url(/Content/images/btn.png) no-repeat -160px 0px; }
.nofound .btn_nex:hover { background: url(/Content/images/btn.png) no-repeat -160px -58px; }